Instructions on how to use the ROUND function in excel
In calculation, the numbers are not always even. So, to make the calculation easier and to shorten the numbers, we will use the ROUND function in excel to round numbers. So how to use it, let's find out through the example in the article below.
1. How to use the ROUND function in excel
Syntax: ROUND (number, n)
Inside:
+ number: Number to be rounded.
+ n: An argument, n can be negative or positive.
Explain the cases of n:
- When n = 0: We round to the nearest integer, for example: Round (11,424,0) = 11
- When n <> We round to the left of the decimal point (if n = -1 then round up to tens, n = -2 rounded to hundred and n = -3 is up to thousands .)
Example: Round (170,523, -2) = 200
- When n> 0: We round to the right of the decimal point (if n = 1 takes 1 odd number, n = 2 takes 2 odd numbers, .)
Example: Use the ROUND function to round up the average score column for the list of students below:
In cell D6 enter the formula K5: = ROUND (AVERAGE (E5: H5, E5, F5), 1)
K5: is the average score column of the student
n = 1: take only 1 number to the right of the decimal point.
The case of n> 0 is usually applied when calculating points, . and n <> is usually used when calculating the payroll or invoice of high value items.
2. Some errors when using the ROUND function
If the argument [n] provided for ROUND is negative, you will get an error message: Run-time error '5': Invalid procedure call or argument
If one or all of the arguments provided to the ROUND function are not interpreted as numeric values, the function will return an error: Run-time error '13': Type mismatch
Through the above article, you have understood the syntax and usage of the ROUND function in Excel as well as improve your excel learning knowledge, this ROUND function (rounding) has a pretty big application in practice, so Join an Exxcel course at DUC MINH ACCOUNTING to help you calculate more efficiently at work.
You should read it
- Round a number in Excel (ROUND function)
- The round () function in Python
- Round function (rounding) in Excel
- Ways to round numbers in Excel
- How to round time to 30 minutes or 15 minutes in Excel
- How to round numbers in Excel using the ROUND, ROUNDUP, ROUNDDOWN Function
- Compare ROUND, ROUNDUP and ROUNDDOWN rounding functions in Excel
- ROUNDUP function in Excel - Usage and examples
May be interested
- How to use COUNTIF function on Excelthe countif function on excel is the cell count function to satisfy the given condition, often used in statistics tables.
- How to use the MOD function and QUOTIENT function in Excelinjury in excel has many ways of doing it, can be used manually or using the calculation function.
- 8 little-known Excel functions that can save you a lot of workeven seasoned excel users often find themselves stuck performing tasks manually that could be automated with a few clever functions.
- How to use MID functions to get strings in Excelmid function in excel is a function that takes the middle character string corresponding to the value that the user requires to perform.
- How to use Excel's VALUE functionexcel's value function will convert a string to a digital form, which can be combined with other functions such as left function, right function, mid function.
- Instructions for using the TRIMRANGE function to clean up Excel tablestrimrange is a brand new excel function that is being rolled out to users. this new function has the ability to remove blank rows from a range of data.
- How to use the function to delete spaces in Exceldeleting white space with functions in excel makes it easier for users to handle content, instead of traditional editing.
- How to fix the SUM function doesn't add up in Excelin the process of summing with sum in excel, you will encounter some errors such as not jumping the number, not adding the sum. so how to handle this problem?
- Instructions on how to count words in cells in Excelin many cases you want to count the number of characters in a text string (text string) to calculate or combine with other functions, or to do something. you can then use the trim function, combining the len function, the substitute function. using the trim function to remove spaces, use the substitute function to replace the current text with new text in a text string, ...
- How to use the SUBTOTAL function in Excelthe subtotal function in excel is used in many different cases, helping you to sum subtotals in a list or database, unlike the sum function in excel such as counting cells, calculating average, finding the largest / smallest value. or sum the filtered list values in excel