Simply adding the paren's creates some sort of remainder
where none should exist. I have the "Explode" add-in
installed and it confirms that there should be no
remainder. What gives?
2. Try formatting the cell with, say, 10 numbers after the decimal to
see if Excel shows anything.
Regards
BrianB
=================================================
"Curtis Coughlin" <ccou...@landservicesgroup.com> wrote in message news:<0bea01c2a004$2c093730$8df82ecf@TK2MSFTNGXA02>...
In the absence of that information, I am guessing that you have checked
Tools|Options|View|Zero values, so that 1) is actually 0, not "". I am
also guessing that you have formatted the cell 2) to display negative
numbers in parentheses.
What is the rest of your format for the cell in 2)? If it is a fixed
decimal format, try changing to a General format, and you will likely
see a non-zero negative number. Most decimal fractions can only be
approximated in binary, so the Google archives contain numerous posts
where the user was expecting zero, but only got approximately zero.
An unlikely possibility is that you are actually getting negative zero.
IEEE 754 actually defines negative zero, which has some minor
advantage in working with complex numbers.
http://groups.google.com/groups?selm=6omfkn%24nsl%241%40joe.rice.edu
It is not at all clear to many mathematicians that this minor advantage
is worth the violence done to basic arithmetic properties of the reals.
Excel does have limited support for negative zero
http://groups.google.com/groups?selm=3DEF479F.4020003%40no_e-mail.com
but this may be an oversight. I have yet to find any way to produce
negative zero strictly within a worksheet or strictly within VBA. If
you have, please provide the details.
Jerry
Jerry