conditional formatting does not work

baloot21

New Member
Joined
Oct 29, 2016
Messages
6
Hello everybody,
Assume that there is an excel page with 3 columns ( A,B,C ) , all with number format and column C is the sum of columns of A and B( with sum formula ) . Now I want to use conditional formatting for column C , so if every cell in C be equal 0 , its row changes to a desired color but I cannot do it because all cells in C have a formula ( sum ) . If column C contains numbers without any formula, it is ok . Is there any solution for this problem? Also to solve it , I make the forth column ( D ) to paste only values of C column to it but I must paste values manually , Is there any way to paste values automatically from one column to another column? Thank you in advanced.
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
It should not matter whether the 0 comes from a formula, or is hard-coded (Conditional Formatting doesn't typically look at that).

What you may have is some floating arithmetic error situation going on. See: Floating-point arithmetic may give inaccurate result in Excel - Office

An easy way to fix that is to use the ROUND formula on your SUM functions, i.e.
Excel Formula:
=ROUND(SUM(A1:B1),0)
or
Excel Formula:
=ROUND(SUM(A1:B1),2)

If you are still having issues even after incorporating this, please post a sample of your data, your Conditional Formatting rules, and what your expected results should look like, for us to see.
 
Upvote 0

Forum statistics

Threads
1,214,919
Messages
6,122,259
Members
449,075
Latest member
staticfluids

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