how to automatically color a cell

J

jacko

can i do that? my requirement is, based on a criteria (IF), if the criteria
is true then color the cell with color (any color)

Example: IF(A4=A5,red_color,no_fill)

if color code is required in this, pls do help to let me know how to get the
color code too...

billion thanks to expert out there :)
 
B

bj

Check conditional formating in help

<format><Conditional formating>
formula is A4=A5
and set format how you want it.
 
Top