Apr 16 2024 10:19 AM
A very simple spreadsheet
All cells are set to Number format with 2 decimal points
Column A
Row1 1.60
Row2 2.80
Row3 SUM(A1:A2) = 4.40
Row4 (type) 4.40
Row5 =IF(A3-A4=0,0,"Error") = 0.00
Same as above but set the A1 cell to 91.60 and cell A4 to 94.40
A5 now says "Error"
There is nothing else in this workbook or on this worksheet.
I am using Excel 2021 desktop version.
There are no text values anywhere on the worksheet
There are no circular values on the worksheet.
I tried using =A1+A2 in cell A3 instead of SUM() the result is the same.
Why is the formula in A5 evaluating as FALSE when a bigger number is used? Is this a calculation flaw or am I missing something?
Apr 16 2024 11:43 AM
SolutionApr 16 2024 11:48 AM
Apr 16 2024 01:22 PM
Thank you for the information.
BTW I did use the brackets in my actual worksheet. I should have show that here.
Apr 16 2024 01:23 PM
Apr 17 2024 09:34 AM
@Guy60 , yes, rounding is the only way to avoid such kind of errors.
Apr 17 2024 09:35 AM
@Guy60 , what do you mean exactly under using of brackets?
Apr 17 2024 02:20 PM
Apr 16 2024 11:43 AM
Solution