View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Noel Noel is offline
external usenet poster
 
Posts: 35
Default Adding fill to cells only when value is "No" in another cell

I would like to apply a conditional format to a selection of cells that will
change the fill to gray when the value in another cell = "No". So, let's say
"No" was input into cell A1, if so then cells B1 through E1 would
automatically fill with gray. If the value in A1 is blank or "Yes" or
anything else, then no formatting would occur in those cells because data
would need to be input in them. Is it possible to do this?