=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
MAX function is used to get the largest number in range or list of values. MAX function has one required argument i.e. number1
RANK function performs the Ranking in a range or list of numbers. Function returns the rank position and can assigned as highest or lowest value as 1st Rank
Print Row Header on Each Page in Excel means that when you print your worksheet, the selected row (often the top row with column headers) will repeat at the top of every printed page. This ensures…
Introduction Calculate Percentage in Excel :-The term “per cent” comes from the Latin per centum, meaning “by the hundred.” A percentage is a way to show a part of something out of 100. You can…
In this guide, you will learn how to use the NPV function in Excel to calculate the net present value of an investment and how to avoid common mistakes when using NPV in Excel.
LARGE function is used to get the Largest k-th value from the range.
LARGE Function has two required arguments i.e. array, and k