In Excel you can use the ROUND function to round numerical values according to mathematical laws. We'll show you how it's done..
The ROUND function in Microsoft Excel can do more than just round up and down a decimal place. Using a few examples, we will show you what you can do with this function. The following instructions work for all versions from Excel 2007 onwards.
It also tells you more about tips about controls and formulas in Excel.
The ROUND function is always structured according to the following scheme:
=RUNDEN(Zahl;Anzahl_Stellen)
In the Number field , either enter a cell reference or the number itself. The " number_digits " describes what the number should be rounded to:
example
We have the number 3.1415 in cell A1. If you now enter " = ROUND (A1; 2) " in another cell , the value " 3.14 " will be displayed. With the command you rounded the number in cell A1 to two decimal places..
If you want it to always be rounded up or down, you can use modifications of the ROUND function: