Forum Discussion
Rounding numbers
Hello. The question is how to force Excel to make calculations on numbers rounded to 2 positions after decimal point, how it is used in accounting. I mean to treat e.g. 1.2345 as 1.23 in further calculations.
I can use round function each time but is it possible to make Excel do it automatically?
I'd be obliged for help.
- The "Round" command limits the number of decimal places used for the calculation.
The function with which this can be corrected across the board for the respective table can be found in the Excel options.
Under -Advanced- at the bottom of the point -When calculating this workbook- set the checkmark for -accuracy as shown-
The only special feature: the other decimal places cannot be restored in the table.
Thx for your Time and Patience
Nikolino
5 Replies
- NikolinoDEPlatinum Contributor
=ROUND(A1;2)
Round a number to the decimal places I want
Round a number to the decimal places I want
I would be happy to know if I could help.
Nikolino
I know I don't know anything (Socrates)
* Kindly Mark and Vote this reply if it helps please, as it will be beneficial to more Community members reading here.
- Tomasz_ScianowskiCopper Contributor
Dear NikolinoDE ,
Thank you for your answer. I know the function you mentioned. But rounding only changes the way the number is displayed. The actual number behind it can be different, e.g.: 1.2345 can be rounded to 1.23. But it is necessary to use ROUND function for each calculated value denoted in currency (e.g. USD).
Otherwise Excel will make further calculation on the basis of 1.2345 and not 1.23. I am wondering if it's possible to automatically round the value so that in the next operation the rounded value (1.23) is used.
Best regards
Tomasz
- NikolinoDEPlatinum ContributorThe "Round" command limits the number of decimal places used for the calculation.
The function with which this can be corrected across the board for the respective table can be found in the Excel options.
Under -Advanced- at the bottom of the point -When calculating this workbook- set the checkmark for -accuracy as shown-
The only special feature: the other decimal places cannot be restored in the table.
Thx for your Time and Patience
Nikolino