Conditional Formatting Question

Roar

New Member
Joined
May 18, 2011
Messages
25
I have read a few and seek to understand.

My sheet will have
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Training[/TD]
[TD]No[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Onsite[/TD]
[TD]22,000[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Remote[/TD]
[TD]15,000[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]T&E Included[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I would like rows 2-4 to be shaded with dark gray if cell C1 = No so the person will know to ski the whole section.
If Yes, the fill can change back to nothing
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Use Conditional Formatting with formula =$C$1="No", format fill with dark grey and apply to A2:C4.
 
Upvote 0

Forum statistics

Threads
1,226,729
Messages
6,192,696
Members
453,747
Latest member
tylerhyatt04

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