ROUND, ROUNDDOWN, ROUNDUP functions - Functions for rounding decimal numbers in Excel
You want to round a decimal up or down depending on the problem. The following article shows in detail how to use ROUND, ROUNDDOWN, ROUNDUP functions - Decimal rounding functions in excel.
1. ROUND function
Description: The function performs rounding to a specified number of digits.
Syntax: ROUND (number, num_digits) .
Inside:
- number: The value to be rounded, is a required parameter.
- num_digits : Number of digits to round, a required parameter.
Attention:
- If num_digits value> 0 the function performs rounding to the specified number of decimal places.
- If num_digits value = 0, the function rounds to the nearest integer.
- If num_digits value
- Where you want to round to a specific multiple using MROUND .
2. ROUNDDOWN function
Description : The function performs rounding down (approaching 0 or the number before it).
Syntax : R OUNDDOWN (number, num_digits) .
Inside:
- number : The value you want to round.
- num_digits : Number of digits to round.
Attention:
- The Rounddown method is like the Round function, except it always tends to be rounded down.
- If num_digits value> 0, the function is rounded down.
- If num_digits value = 0, the function rounds down to the nearest integer.
- If num_digits value
3. ROUNDUP function
Description: The function rounds a number in the direction of getting close to the number behind it or rounding away from the number 0.
Syntax: ROUNDUP (number, NUM_DIGITS) .
Inside:
- number : The value you want to round.
- num_digits : Number of digits to round.
Attention:
- The Roundup method is like the Round function, but it is only different from the rounding function.
- If value number = 0 the function performs rounding to the nearest integer.
- If number
- Where num_digits
4. Example of use with the above 3 functions
For the same values, experiment with rounding functions with different numbers of digits:
In the cell where you need to calculate ROUNDDOWN, enter the formula: = ROUNDDOWN (B7, C7) .
Press Enter to get the results:
Similarly enter the formula with the Round function and the result is:
With ROUNDUP function :
Similarly copy the formula for the remaining cells -> the result is:
Based on the above result table you can compare the values of 3 functions with the same rounding value and the same number of digits to round. When the number of digits has a negative value, the values of 3 functions are completely different.
The above is a detailed guide on syntax and usage of rounding functions.
Good luck!
You should read it
- Ways to round numbers in Excel
- Instructions for rounding decimal numbers after commas in Excel
- Functions rounded up, how to round up in Excel
- ROUNDUP function in Excel - Usage and examples
- Do not round numbers in Excel, turn off rounding in Excel
- How to round whole numbers in Excel
- Round function, how to use rounded functions in Excel
- How to use math functions in C#
May be interested
- Functions rounded up, how to round up in Excelfunctions rounded up, how to round up in excel. you are looking for rounding up functions to round numbers up in excel. so, please refer to the following article to know how to round up using functions in excel.
- Instructions to stamp negative numbers in Excelduring the spreadsheet process on excel, we will have to work with many types of numbers, including negative numbers. and if you want to differentiate negative numbers from other numbers in the data sheet, you can format close or red brackets to distinguish them.
- How to round whole numbers in Excelhow to round whole numbers in excel in excel there are many mathematical functions used to round numbers. today software tips will guide you some functions that can be used to round whole numbers in excel.
- TIME function - Function returns decimal numbers for a specific time value in Exceltime function: the function returns the decimal number for a time value. the decimal number that the function returns is from 0 to 0.99988426, which corresponds to the time from 0:00:00 (12:00:00 am) to 23:59:59 (11:59:59 pm). syntax: time (hour, minute, second)
- Instructions for rounding numbers on Casio calculatorsrounding numbers on casio calculators makes it easier for students to calculate and read results for faster calculations.
- How to round up sums in Excelhow to round up sums in excel. in fact, very often accounting work requires rounding the money. when you use an automatic calculation formula, it doesn't always produce whole numbers. however, according to monetary rules: for example, dong, the amount will be whole numbers without fractional parts.
- 3 ways to convert time to decimal numbers in Excel and how to convert it backin this article, we will show you 3 ways to convert time to decimal numbers in excel and how to convert it back. please follow the following article to know how to do it in detail
- Summary of trigonometric functions in Excelradians trigonometric functions, degrees, cos, ... in excel will help users to calculate quickly, compared to manual methods.
- 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?
- Round function (rounding) in Excelround function (rounding) in excel - the following article shows you the syntax of the round function and specific examples to help you understand and visualize more.