Conditional Format Reference Multiple Cells

cdubs34

New Member
Joined
Jul 26, 2011
Messages
34
In the example below I am trying to use conditional formatting to highlight any of the names that have spent no money on an item (so in this case Jane and Sara would be highlighted). Could you please help with the correct formula to use here? Thank you!

HatGloves
John
$10$5
Jane$5$0
Steve$10$5
Sara$0$10

<tbody>
</tbody>
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
You can use this formula in conditional formula to get the results,

Select the range in column A, as applied to range $A$3:$A$6
and insert the this formula in Rule description

=OR($B3=0,$C3=0)
 
Upvote 0

Forum statistics

Threads
1,196,209
Messages
6,014,022
Members
441,801
Latest member
Aneurysm

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