|
|||||||||
|
|
![]() |
|
|
|
![]() |
![]() |
|
Crystal Reports Tools: Improve Performance While Saving Time and Money |
|
Database Tips: Rounding ErrorsWe rely on our databases for accurate calculations. We like to see information generated "on the fly" from raw data. But a bias among managers, going back to the early days of spreadsheets can lead us to thwart this process and introduce inaccuracy. For this tip, we're going to look at spreadsheets. You can apply the lesson to your particular database program, and you may need to apply it to the spreadsheets that feed those database programs. VisiCalc was the product that launched the era of the electronic spreadsheet. It dominated the market, and was popular with engineers until Lotus Corporation came out with a more robust product. When Lotus released its 3-in-1 product, Lotus 1-2-3, the use of the electronic spreadsheet made a quantum leap forward. This product was a:
Borland proved to be serious competition to Lotus, but Microsoft ultimately trumped them both. In 1994, Microsoft released a version of Office that boosted Excel into the dominant position as the spreadsheet/workbook tool of choice. Today, Excel still reigns. And it's often used to create the data that you find in your databases--sales projections, for example. For many people, Excel serves all of their database needs. This is much to the ire of IT admins, who must then try to resolve the "islands of information" problem. But even if you resolve that problem, Excel issues can still create data accuracy problems. Though Excel is in wide use (or rampant use, depending on your viewpoint), many users don't understand the basics of the program. When it comes to rounding, that is certainly the case. By default, Excel rounds a number for display purposes but uses the unrounded number for calculation. This means you may "see" an "error" in the math--but what you are really seeing is display vs. actual. A way to fix this is to increase the number of digits displayed. But the display is really for reference. What counts is the calculation.
If you use the ROUND
function before the final calculation, you make display and actual agree the
whole way through. But what you are doing then is losing accuracy at every
step by forcing Excel to work with the rounded numbers.
Understand three things when
creating financial calculations in Excel spreadsheets:
Let's say you keep this in mind, and thus don't use the ROUND command except for the final number. (If you use currency formatting, you don't need to use ROUND at all). That is, you don't use ROUND during calculation. This will result in a maximum error of less than 0.49999 cents (we can assume 5 decimal places is adequate, for purposes of illustration here). So, whether you have 10 rows or 10,000 rows, your maximum error will be statistically insignificant. But, that's not true if you are rounding during the calculation process. The maximum error, if using the ROUND function for each row would be (0.49999 * N), where N is the number of rows. So for 20 rows, the maximum error is then $10.
Excel is good to 255
digits (for obvious reasons--256 being the square of 16). After that, it
simply truncates the number at the least significant digit (I'm 99% sure
about the truncation, rather than rounding). You can display all 255 digits,
if you choose. For financials, you should choose not to--that follows the
aesthetics convention of showing only two decimal places.
But aesthetics and calculation are going to have differences. It's the calculation that you want to rely on.
This article is copyrighted by Crystalkeen, Mindconnection, and Chelsea Technologies Ltd. It may be freely copied and distributed as long as the original copyright is displayed and no modifications are made to this material. Extracts are permitted. The names Crystal Reports and Seagate Info are trademarks owned by Business Objects. |
These keywords may have brought you here: spreadsheet calculations, excel tips, rounding errors, calculation tips, calculations in spreadsheets, excel calculations, rounding in excel, the round function, accuracy tips, calculation accuracy, database tutorials, database articles, access, oracle, sql, mysql, database tips, database error prevention.
|