Archive

Posts Tagged ‘formulas’

How to Get the Sum of Rounded Numbers “correct”?

December 14th, 2009

It’s quite common that the calculation adds precise numbers which are formatted to be less precise. It might also happen that due to rounding, the formatted result seems mathematically incorrect on screen. Read more…

Excel , ,

Small Excel Chart Inside the Cell

December 8th, 2009

Here is one tip for improving the readability of larger data tables – use in-cell graphics. This is based on using ordinary characters as graphic elements. It is possible to repeat the characters using Excel REPT() function. Read more…

Excel , , ,

Subtotal function in Excel Formulas Helps to Stay Organized

December 4th, 2009

Large Excel spreadsheets are very vulnerable to mistakes in formulas. To reduce the probability of errors, good organization and structuring of data is a must.

Subtotal() function is one of the features that can help you to organize the spreadsheets better and prevent messy calculation logics. Novice Excel users often use SUM() function in places where SUBTOTAL() would be more appropriate. For large tables this practice can produce unmanagable files and hard to find calculation errors. Read more…

Excel ,