Conditional Formatting - Not all colors work?

  • Thread starter Thread starter PSS
  • Start date Start date
P

PSS

I am using the below to auto change color if it meets the condition...

=IF(F26>=0,IF(OR((F26)<=2,(F26)>=-1),"GREEN",

IF(AND((F26)<=2.5,(F26)<=-1.5),"AMBER","RED")),

IF(AND((F26)>=2,(F26)<=-1),"GREEN",

IF(AND((F26)>=2.5,(F26)>=-1.5),"AMBER","RED")))

Any help is appreciated.
 
Back
Top