Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
PSS PSS is offline
external usenet poster
 
Posts: 4
Default Conditional Formatting - Not all colors work?

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.

--
J~
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,355
Default Conditional Formatting - Not all colors work?

In 2003, when you set up a conditional format, you can choose one color for
the condition. If you want to do something like what you are showing, you're
going to need to use a Worksheet_Change event and code something like this:

http://www.developersdex.com/vb/mess...2677&r=5771007

--
HTH,
Barb Reinhardt



"PSS" wrote:

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.

--
J~

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional Formatting - more than 4 cell colors sharakbh Excel Worksheet Functions 5 March 1st 08 12:09 AM
Conditional Formatting Colors have disappear on my laptop. jester97404 Excel Worksheet Functions 0 December 13th 06 07:10 PM
Conditional Formatting with Colours / Colors [email protected] Excel Worksheet Functions 8 November 18th 06 08:29 PM
Conditional Formatting in 6 colors Sterling Excel Discussion (Misc queries) 1 October 6th 06 11:22 PM
Conditional Formatting Question - Different Cell Colors?? olimits7 Excel Discussion (Misc queries) 2 August 10th 05 04:05 PM


All times are GMT +1. The time now is 10:26 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"