Excel SUM function out 0.01 in Excel for Home MAC OS 26.5.2

Irina 0 Reputation points
2026-07-06T22:17:11.8066667+00:00

When I use SUM function on small numbers like 3.88 it give wrong result. I try ROUND but it did not help.

What to do?

Microsoft 365 and Office | Excel | For home | MacOS
0 comments No comments

1 answer

Sort by: Most helpful
  1. BryceSor 5,345 Reputation points Volunteer Moderator
    2026-07-06T22:33:26.65+00:00

    Hi Irina,

    Use this formula to calculate in decimals, numbers in excel can be stored in binary floating‑point.

    =SUMPRODUCT(ROUND(A1:A10, 2)) adjust the cells to match your work sheet

    If imported (data) on to your workshop do the following to make sure that it reads as decimal
    Select the range

    1. Go to Data, Text to Columns

    Click Finish (no changes needed)

    This forces Excel to re‑parse the numbers as clean decimals.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.