Question : How to avoid the Sum of column rounding  to .02 more than actual.

The sum totals of my columns have .02 more than they should. I thought it was a Rounding problem but after I apply the Round ,2 function the problem persists. Is there a way to avoid it?

Answer : How to avoid the Sum of column rounding  to .02 more than actual.

If you have say 0.023 entered into a cell, and you format to 2 decimal places, excel still "knows" that the value is 0.023, even though it shows 0.02

You will need to manipulate each entry directly (say with the ROUND function) if this is your issue

Cheers

Dave
Random Solutions  
 
programming4us programming4us