formatting - Excel: if duplicate cell value found in another column then highlight green -


can me, i'm not sure formula use.

i have highlighted cell in picture show example of mean.

what want highlight cell in column value matches value in column d, not have in same row. if there duplicate value in column d highlight cell in column green. enter image description here given.

try conditional format formula

=match(a1,$d:$d,0) 

Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -

jquery - How can I dynamically add a browser tab? -