How to round up sums in Excel
How to round up sums in Excel Picture 1
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. If you only use the number format to hide the decimal part, when you use the SUM function to sum the total will be skewed. For example, when you use the calculator to calculate the total VAT column = 150,386 + 1,283,040 + 50,696 = 1,484,122; but when you use the SUM function, the result is 1,484,123.
How to round up sums in Excel Picture 2
So today Dexterity Software will guide you how to round up the amount of money in Excel!
Use the ROUND function to round numbers
Function syntax: = ROUND (number, num_ditgits) .
Inside:
- ROUND: The function name used to round numbers.
- Number: The amount it needs to round.
- Num_ditgits: The section is rounded.
Note: The rule is that the ROUND function's rounding number is rounded off to less than 5, then rounding down. The part rounded to greater than or equal to 5 is rounded up.
If you want to round the whole decimal part when calculating in Excel software, Num_ditgits will be 0. With the above table example, when you calculate VAT, you use the additional ROUND function as follows: = ROUND (C5 * 0.1, 0).
How to round up sums in Excel Picture 3
If you want to round the thousandth, with the same ROUND formula, you change the value of Num_ditgits = - 3. So if the odd amount is less than VND 500, then round to zero. then round to 1000.
The same goes for other cases if you want to round the millionth, million in macro reports.
How to round up sums in Excel Picture 4
Use the ROUND function to round a decimal
Some currencies use the whole decimal part to represent value, typically the US Dollar is calculated into Cent.
For example, we have the conversion table from VND to USD as follows:
How to round up sums in Excel Picture 5
To ask you to round up to two decimal places of USD, you use the ROUND function with Num_ditgits = 2. And the result is as follows:
How to round up sums in Excel Picture 6
Good luck!
You should read it
- Round function, how to use rounded functions in Excel
- The SUM function (sums) in Excel
- Round a number in Excel (ROUND function)
- Ways to round numbers in Excel
- How to round whole numbers in Excel
- Round a number in Excel
- Share solutions when Excel does not round numbers effectively
- How to round time to 30 minutes or 15 minutes in Excel
- Round function (rounding) in Excel
- How to Round in Excel
- Functions rounded up, how to round up in Excel
- Instructions on how to use the ROUND function in excel
May be interested
How to list conditional lists in Excel
How to use CONSOLIDATE to statistic, combine data in Excel
How to display formulas and print formulas in Excel
How to lock Excel Sheet, set a password for the sheet in Excel
Instructions on how to plot stacked columns in Excel
How to count the number of occurrences of a character in Excel