Multiple conditional formatting???

LBTS

New Member
Joined
Dec 20, 2005
Messages
2
HELP!!! I've looked for an answer to my problem in the archives, but haven't found anything similar, and hope someone can help.

I have 2 columns of numbers. Here is an example:

Col. A Col. B
98.73 95.40
76.48 74.90
98.22 93.40
71.90 72.50

First requirement is to determine if Col. A number is greater than the adjacent Col B, number. If that condition is true, the Col. A number is changed to Bold type.

Second requirement is to determine if the Col. A number is also higher than 80. If that is true also, then I would like to add light blue background in the cell (along with the number in bold type).

This would result in the first 3 of the numbers in Col. A being boldened, and the Col. A cells containing 98.73 and 98.22 would be filled with a light blue background as well.

Is there an easy way to do this with conditional formatting?

TIA & Merry Christmas
LBTS
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
hi,

it is possible by adding a column with a simple if formula, this formula should result in A, B or C.

then you could use conditional formatting and add the 3 criteria....

hope this helps?!...
 
Upvote 0
yes there is:

try this and tell me if you incurr problem

select first cell i.e. A1 goto conditional formatting select "formula is" type "=A1>B1" in adjacent box and choose formatting by clicking format. After selecting the format, push add>> button and this time put "formula is" type "=AND(A1>B1, A1>80)" in adjacent box and choose formatting by clicking format. Click ok when done and then simply use format painter down to the range (this is change automagically the formulas to A2 for cell A2 and A3 for cell A3 ...)
 
Upvote 0
hey i checked and found this, but let me know if u found any prob buddy:

select A1 and goto Conditional formatting and select for 1st condition:

"Cell value is" - "Greater than" - 80 click format and set bold and bule color

then click add and select for 2nd condition:

"Cell value is" - "Greater than" - "=B1" click format and set bold then click ok

choose format painter brush and select all in Col A
 
Upvote 0
Just to ensure when you give reference to cell ensure to remove $ signs or format painter will not do its job correctly
 
Upvote 0
dsgs - huh?

irresistible007 - Unfortunately neither of those ideas worked, but I thank you and dsgs for trying.

Maybe this isn't possible (or I've stumped the band?).

If the number in A1 is larger than the number in B1 it should be in bold, always.
If the number in A1 is larger than the number in B1, AND it is also higher than 80, the number is bold because its higher than number in adjacent B column, and the cell has a blue background because it's higher than 80.

In my example numbers this would leave the first three numbers in column A in bold, and it would add a light blue background to cells A1 and A3. Cell A2 would have a number in bold because it is larger than the adjacent number in column B, but it would not get the blue background because it is not higher than 80.
 
Upvote 0
I never realized it but once the first condition is met in conditional formatting, it stops.

I know a macro could be created to do this... though I am not the one.

Hope someone can help,
Michael
 
Upvote 0
Got it!
I have your data in:
E5 thru F8
This is the conditional formatting for cell E5
Condition 1
Formula Is>>>>> =AND(E5>80,E5>F5)
Condition 2
CellValueIs>>>>>> Choose: Greater Than >>> =F5

That worked for me !

Michael
 
Upvote 0

Forum statistics

Threads
1,214,553
Messages
6,120,182
Members
448,948
Latest member
spamiki

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