In another posting, I asserted (incorrectly) that XL2BB cannot show the exact value (at least up to 15 significant digits) of a constant that is formatted to display less precision.
I "withdrew" the assertion when I discovered that the current version of XL2BB does.
But how can I show the exact value (at least up to 15 significiant digits) of the numeric result of a formula that is formatted to display less precision?
For example:
The exact value in B10 is -0.11337371288317388 (in XML) or -0.113373712883174+1.11E-16, which Excel displays as -0.113373712883174.
(The exact decimal representation is -0.11337371288317388273725327962893061339855194091796875. But 17 significant digits, rounded, is sufficient to convert binary and decimal with no loss of accuracy.)
When helping users, it would be useful to be able to "see" (or copy) the exact binary value. But at the very least, up to 15 significant digits.
I believe the only alternative is to ask users to upload an example file to a file-sharing website and post the download URL. That's fine with me. But some contributors object to that.
In Excel, we can highlight the formula (or subexpression) in the Formula Bar ("fx" field) and press f9 in order to see the value with up to 15 significant digits.
I "withdrew" the assertion when I discovered that the current version of XL2BB does.
But how can I show the exact value (at least up to 15 significiant digits) of the numeric result of a formula that is formatted to display less precision?
For example:
normalize pct chng.xlsx | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | Acct #1 | ||||
2 | Day# | %Chg | End Bal | ||
3 | 100,000.00 | ||||
4 | 1 | -14.53% | 85,470.00 | ||
5 | 2 | -1.50% | 84,187.95 | ||
6 | 3 | 3.87% | 87,446.02 | ||
7 | 4 | -4.42% | 83,580.91 | ||
8 | 5 | 6.08% | 88,662.63 | ||
9 | |||||
10 | Total Chg | -11.34% | 88,662.63 | ||
Sheet1 |
The exact value in B10 is -0.11337371288317388 (in XML) or -0.113373712883174+1.11E-16, which Excel displays as -0.113373712883174.
(The exact decimal representation is -0.11337371288317388273725327962893061339855194091796875. But 17 significant digits, rounded, is sufficient to convert binary and decimal with no loss of accuracy.)
When helping users, it would be useful to be able to "see" (or copy) the exact binary value. But at the very least, up to 15 significant digits.
I believe the only alternative is to ask users to upload an example file to a file-sharing website and post the download URL. That's fine with me. But some contributors object to that.
In Excel, we can highlight the formula (or subexpression) in the Formula Bar ("fx" field) and press f9 in order to see the value with up to 15 significant digits.