Rounding Numerical Calculation Results In Microsoft Excel So here we are, with calculations that give long decimal results.The value of PI is 3.14159265...god knows where it ends. But most of our work is done by just 3.14. This is called rounding. Let’s see how we can round the numbers in excel. Let's say in cell A2 we have 92.45477919. To limit these decimal points you can go to Home Tab? Decrease Decimal and click it until you reach to your desired number of decimals. Wouldn’t it be easy and time-saving if you can do it with a formula? Excel provides three formulas for Rounding Numeric numbers: ROUND (value, num of decimal digits) ROUNDUP(value, num of decimal digits) ROUNDDOWN (value, num of decimal digits) Examples will make it easy. ROUND Function in Excel The round function simply limits decimal value. It takes two arguments. First the value (the number that needs to be rounded) and second the number of decimals. For example here in Cell A2, I have a random decimal number g...