Conditional Formatting stopped working

dscowden14

New Member
Joined
Feb 3, 2014
Messages
8
For years I have a cell (C3) which compares a total on 12 different tab to the total on the data source tab. That number is in C3, and the total of the 12 tabs is on B30, both on the same tab. I have had the conditional formatting set using a formula, =C3<>B30, to alert me when these totals do not match. Well today, the cell turned red, but the totals match! Nothing changed, and I verified all totals. Everything ties out, but the cell stays red, which is only supposed to occur when they do not match. Can't figure this out. Thanks.

dscowden14
 

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.
Perhaps you have a rounding or floating decimal precision issue working here.
Try changing your formula like this and see if it works:
Excel Formula:
=ROUND(C3,2)<>ROUND(B30,2)
 
Upvote 0
Solution
I had taken the decimal out to 4 places before when trying to figure it out, but it must have been a smaller amount. The formula worked! Thanks for the tip.

dscowen14
 
Upvote 0
You are welcome.
 
Upvote 0

Forum statistics

Threads
1,215,327
Messages
6,124,290
Members
449,149
Latest member
mwdbActuary

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