View Single Post
  #3   Report Post  
Bob Phillips
 
Posts: n/a
Default

You need conditional formatting for this. Look up
'Highlight cells that meet specific conditions' in the Answer wizard in help


--

HTH

RP
(remove nothere from the email address if mailing direct)


"Ian" wrote in message
...
is there a way to assign the color of a cell based on the value of another
cell within a nested if function?

eg something like this formula in cell D350:

IF(D351<0.5,color of cell N353,IF(D351<0.7, color of cell N364, color of
cell N365))

i thinking some kind of conditional formatting maybe?

thanks
Ian