Conditional formatting with many if's and ands, etc.

yybb44

New Member
Joined
Jan 6, 2009
Messages
7
Hello All, :rolleyes:
I don't even know if this is possible:confused:... I'm on Excel 2000.
Here is the image link:
my.php
http://img84.imageshack.us/my.php?image=examplelw7.jpg

What I want to accomplish:

When the number in Columns B and D are above the "Goal" number in row 8 for each individual column...highlight in blue.

BUT only if the letters in columns C and E are not "U, UJ, NJ, or JN"
Only highlight numbers that are attached to no letter at all or a J.

While we are at it....also if the numbers in Columns B and D are above the "Background" number in row 9 for each individual column...highlight the text in red.
and also if only the letters in columns C and E are not "U, UJ, NJ, or JN"
Only highlight numbers that are attached to no letter at all or a J.

Thank you in advance!!:biggrin:
 
oops....one more thing. What if one of the cells isn't a number. Let's say it's a "--"....how can I stop it from highlighting it?? Thanks again
 
Upvote 0

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
When I try this, cells containing "--" aren't highlighted in the CF colours.
Are they highlighted in your version ?
 
Upvote 0
I was experimenting with a couple of tables I use and -- were being highlighted...but I just played around with it and got it to work...

I added IF(ISNUMBER(B2) to the beginning of the formulas:)

Thanks again
 
Upvote 0

Forum statistics

Threads
1,216,098
Messages
6,128,812
Members
449,468
Latest member
AGreen17

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top