Forum Discussion
Neelakandan2408
Jun 29, 2019Copper Contributor
Excel roundup decimal 0.15 problem
hi team, Kindly look out the excel which i have added. can u pls checked the calculation.when i subtracted cell C with cell D i have result in cell cell E(here no issues).but when i round of the resul...
- Jun 29, 2019
That's since 20.15-20 actually is equal to
0.14999999999999900 The workaround is
=ROUND(B1,1)-ROUND(A1,1)
SergeiBaklan
Jun 29, 2019Diamond Contributor
That's since 20.15-20 actually is equal to
| 0.14999999999999900 |
The workaround is
=ROUND(B1,1)-ROUND(A1,1)