Change colour of cell if there is no value

J

Jennifer1960

Using selected cells only (some already contain a IF statement or data) I
want to have cells change colour if there is no value or data in it. That is
if data or value is then entered it would revert back to no fill.
 
J

Jennifer1960

Thanks Max what an angle

Max said:
Select the desired range, say B2:D10 (with B2 active)
Click Format > Conditional Formatting
Under Condition 1, make it as
Formula is:=B2=""
Format > Pattern > Light green? > OK
Click OK at the main dialog

(Above assumes B2:D10 contains no "normal" fill color)
 
Top