=ROUND(number,num_digits)
number argument is used to give cell range or number value that is to be rounded
num_digits argument is used to give number of digits the number argument should be rounded
We can use Round formula in excel. There are different round formulas.
When there is decimals in figures so it create problems in calculation here we need to use round formula to round off figures which makes calculations easy its limited to specified decimals.
Let us understand all these with few examples given below.
Here we are using ROUND Formula to round figures in excel. Round Formula ask for 2 arguments. 1 is number and num digits.
If we want to round in 1 decimal the formula is =ROUND(D3,1).
If we want to round in 2 decimal the formula is =ROUND(D4,2)
If we want to round nearest to whole number formula is =E5=ROUND(D4,2)
If we want to round to nearest 10 the formula is=ROUND(D6,-1)
If we want to round to nearest 100 the formula is =ROUND(D7,-2)
If we want to round to nearest 1000 the formula is =ROUND(D8,-3).
As shown in below image
Now we will learn ROUNDUP excel formula. ROUNDUP always roundoff the number to next number. In ROUND we are rounding the value to below numbers or down number. Rest everything is same.
If we want to round in 1 decimal the formula is ==ROUNDUP(D3,1).
If we want to round in 2 decimal the formula is =ROUNDUP(D4,2)
If we want to round nearest to whole number formula is =ROUNDUP(D5,0)
If we want to round to nearest 10 the formula is=ROUNDUP(D6,-1)
If we want to round to nearest 100 the formula is =ROUND(D7,-2)
If we want to round to nearest 1000 the formula is =ROUND(D8,-3)
As shown in below image
Introduction In this article, we will learn about joining multiple excel tables with Power Query. Consider a situation where you have employee data in two sheets of an Excel file. In the first sheet you…
AND, OR, NOT Functions” provide result in “TRUE” or “FALSE”. If the logical condition is correct and matching the parameters provided, then result would be “TRUE” or if logical condition is not correct and not matching the parameters provided then result would be “FALSE”
MIN function is used to get the smallest number in range or list of values.MIN function has one required i.e. number1 and optional argument i.e. [number2]
How to use Excel Function PROPER? PROPER function is used for changing the format of any text or string to PROPER or SENTENCE Case. PROPER Function has argument only one argument i.e. text, which makes the function…
SUBSTITUTE function is used to substitute the existing old text to new text.
What is Strikethrough in Excel? Strikethrough in Excel is a feature that lets you draw a line through text. It’s like crossing something out, usually to show that it’s no longer needed or has been…