Forum Discussion
Davec62
Jun 02, 2023Copper Contributor
Excel Rounding On =SUM
Hi I have created spreadsheet which calculates VAT and has a total columns. The issue is that the numbers are rounded up or down. I would like them to be exact. I have =sum(D2:D4) which are...
SergeiBaklan
Jun 02, 2023Diamond Contributor
Totals are not rounded, they are exact
If you'd like to round intermediate values, then as Lorenzo suggested. Format itself rounds nothing, it only display not rounded value in the way you defined.
Davec62
Jun 02, 2023Copper Contributor