=ROUND(number,num_digits)
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
Here is another best rated Excel Charts and Graph Course from ExcelSirJi. This courses also includes On Demand Videos, Practice Assignments, Q&A Support from our Experts.
This Course will enable you to become Excel Data Visualization Expert as it consists many charts preparation method which you will not find over the internet.
So Enroll now to become expert in Excel Data Visualization. Click here to Enroll.
We are offering Excel VBA Course for Beginners to Experts at discounted prices. The courses includes On Demand Videos, Practice Assignments, Q&A Support from our Experts. Also after successfully completion of the certification, will share the success with Certificate of Completion
This course is going to help you to excel your skills in Excel VBA with our real time case studies.
Lets get connected and start learning now. Click here to Enroll.
Hope you are enjoying learning Excel with us, if you want any support related to this article, please do comment else you can ask questions in Excel Community
VBA Code to Count Color Cells With Conditional Formatting Have you ever got into situation in office where you need to count the cells with specific color in conditional formatted Excel sheet? If yes then…
RAND AND RANDBETWEEN FUNCTION We have got many instances where we needed to generate a random database or values. “RAND function” is very useful for users who creates random database for various types of working…
SUMIF function is used to get the “total sum” for number of times the criteria across range is met. SUMIF Function has two required arguments.
CONCATENATE function is used for combining two or more Microsoft Excel strings into one. The output of the function returns as a combined string in new cell.
SUM Function in Excel Excel is a mathematical spreadsheet where you can perform multiple calculations with the help of Excel Formulas. These are automated formulas which refreshes automatically once you refresh your data in a…
An ultimate guide for basic user to understand Excel Vlookup function. VLOOKUP is a vertical lookup which helps the user to extract the values from other columns (leftmost) basis on matching column string.