View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Change color without conditional formating

Format/ Conditional Format/ Formula is:
=A2<$A$1 and choose your red format.
--
David Biddulph

"spacesyco" wrote in message
...
I know that I can use conditional formatting to change the color of a cell,
but this can prove cumbersome for multiple cells and multiple values.

Is there a way to change the color of a cell based on a formula in that
cell?

For example, assume I have cell A1 = 10 and plan on entering a list of
data.
I want to compare each value to cell A1 and change the color accordingly.

I would assume the code would then be as follows:
=if(a2<a1,color=red,color=green)

However, there appears to be no command such as "color" or "fill".