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. given.
try conditional format formula
=match(a1,$d:$d,0)
Comments
Post a Comment