Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / April 2008

Tip: Looking for answers? Try searching our database.

Conditional Formatting - Not all colors work?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
PSS - 18 Apr 2008 15:35 GMT
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.

Signature

J~

Barb Reinhardt - 18 Apr 2008 23:49 GMT
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/message.asp?p=2677&r=5771007

Signature

HTH,
Barb Reinhardt

> I am using the below to auto change color if it meets the condition...
>
[quoted text clipped - 7 lines]
>
> Any help is appreciated.

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.