Numeric precision in Microsoft Excel: Difference between revisions

Content deleted Content added
Integer errors were missing from this page
Tag: repeating characters
Line 142:
 
</ref> Choice of variable types in a VBA calculation involves consideration of storage requirements, accuracy and speed.
 
===Accuracy with Integers===
Excel 2010 also produces accuracy problems with [[integers]]. For example,
 
=111111111*111111111
 
produces a result 21 short of the true answer. This is a problem in countries with extreme [[inflation]] where monetary values can increase beyond Excel's capability.
 
==References==