I built a worksheet with conditional formating in excel 2010, however, end users are using 2003, and you can not use the amount of conditional formating in earlier versions.
I built a worksheet with conditional formating in excel 2010, however, end users are using 2003, and you can not use the amount of conditional formating in earlier versions.
Last edited by 00Able; 01-02-2011 at 10:16 AM.
Providing Problems for Your Solutions
STARS are my Punching Bag, You will be rewarded.
In the rare event that I may help you, feel free to make me see STARS
As long as you do not go over 3 formats you are okay when using in 2003. If you want more than 3 you have to use some VBA.
For your problem...
=A1>3 >> select format
=AND(A1>0,A1<3) >> select format
http://www.contextures.com/xlcondFormat01.html
HTH
Regards, Jeff
Techncially
should suffice though it might make sense to encase A1 within a SUM / N call to negate Text (or even an ISNUMBER test if Booleans are possible)![]()
Rule1: =A1>3 Rule2: =A1>0
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks