Conditional Formatting - Not all colors work?

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top