The information in this article applies to:
SYMPTOMSIn Microsoft Excel 2000, if you type a formula in which the value of 10 is raised to a very large power or a very small power, the formula may return an incorrect result: NOTE: These problems do not occur in earlier versions of Microsoft Excel. Also, the problem does not occur when you raise a value other than 10 to a very large power or a very small power; for example: =9^2345678901
correctly returns a #NUM! error.
CAUSEThese problems occur when you type a formula in which the value of 10 is raised to a power in one of the following ranges:
-and- -or-
-and- For example:
This formula should return a #NUM! error, because the largest positive number allowed in Microsoft Excel is 9.99999999999999E+307, which is just less than 10^308.
Or:
These formulas should all return the value 0, because the smallest
positive number allowed in Microsoft Excel is 9.99999999999999E-307,
which is just higher than 0 (zero).
WORKAROUNDTo prevent this problem from occurring, make sure that formulas in your workbooks do not raise the value of 10 to a power larger than 308 or smaller than -308. MORE INFORMATIONMicrosoft Excel supports positive values almost as large as 10^308 (a one followed by 308 zeros) and almost as small as 10^-308 (a decimal point, followed by 308 zeroes and a one). Similar negative values are also supported. Smaller values are rounded to 0 (zero), and larger values are converted into a #NUM! error value. Additional query words: googol googolplex mantissa exponent XL2000
Keywords : kbdta xlformula |
Last Reviewed: May 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |