Conditional Formatting

Jzelenka

Board Regular
Joined
Jul 30, 2002
Messages
92
Hello,

I have a worksheet of many different kinds of information. I would like to have certain lines automatically edit itsef according to certain criteria.

I go to "conditional formatting" and for condition 1, I have:
=$f5="N", then the entire line bolds red
and italicizes
For condition 2, I have:
=$g5="YES", then the entire line bolds
black
For condition 3, I want to have... but it is not working:
if G5 = yes, AND if H5 = No, I want the entire line highlighted yellow, but still bolded from condition 2.

Is there any way to do this kind of formatting command easily????

Thanks, and any help would be great!
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
Reverse conditions 2 and 3

Condition 1 =$F$5="N" highlight Red

Condition2 =AND($G$5="YES",$H$5="No") highlight Yellow etc

Condition 3 =$G$5="YES" Highlight Black etc
This message was edited by lenze on 2002-10-03 15:08
 
Upvote 0

Forum statistics

Threads
1,216,126
Messages
6,129,004
Members
449,480
Latest member
yesitisasport

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