ed said:
"Dan E" <
[email protected]> wrote in message news:<
[email protected]>...
Dan: See Excel Help for the function ROUND ed
Ed,
Let's look at the situation a bit
I have a cell say A2 which has a total in it...
The total is 300.00001 (small error), I would like to compare it
to another cell say A1 which has 300 in it.
I want cell A2 to be in red if it doesn't equal A1 (but only within
a penny (.01).
How on earth will the round formula help me when using
conditional formatting???
If I use Cell Value Is not equal to =ROUND(A1,1)
I would be rounding 300 to 300.00 which is still not equal to
300.00001...
Rounding doesn't work in this case unless I input
Formula Is =ROUND((insert total formula),2) = $A$1
but that will compare it to the penny (not +or- a penny)
Dan E