Forum Discussion

elhudbox's avatar
elhudbox
Copper Contributor
Mar 14, 2022
Solved

Excel shows an incorrect answer

Excel is showing an incorrect answer.  I have a simple formula:  =IF(N15=N44,"ok","oops")  Accordingly, if the number in cell N15 is the same as the number in cell N44, the answer should be "ok."  Ho...
  • HansVogelaar's avatar
    Mar 14, 2022

    elhudbox 

    Perhaps it is a rounding error. What is the result if you change the formula to

    =IF(ROUND(N15-N44,4)=0,"ok","oops")

     

Resources