Conditional Formatting

Acoustic

New Member
Joined
Apr 13, 2011
Messages
24
Hi there, i have, hopefully, a simple one which i cant find how to do anywhere, all i want to do is shade a cell a particular colour, if 3 other cells all contain a zero.:confused:
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Hi there, i have, hopefully, a simple one which i cant find how to do anywhere, all i want to do is shade a cell a particular colour, if 3 other cells all contain a zero.:confused:
What cell do you want to shade?
What are the 3 other cells?
What version of Excel are you using?
 
Upvote 0
Use Conditional Formatting in Excel

Select the rule "Use a Formula to determine which cells to format" and use this formula =AND($C$6=0,$A$6=0,$B$6=0). Change the absolute referencing Accordingly
 
Upvote 0
Use Conditional Formatting in Excel

Select the rule "Use a Formula to determine which cells to format" and use this formula =AND($C$6=0,$A$6=0,$B$6=0). Change the absolute referencing Accordingly
If the cells are empty they will evaluate to 0. So, you need to make sure the cells actually contain numeric 0.

=COUNTIF(A6:C6,0)=3
 
Upvote 0

Forum statistics

Threads
1,224,600
Messages
6,179,836
Members
452,947
Latest member
Gerry_F

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