Why does the following statement return a FALSE value when it should be TRUE?
=IF(ABS((115.43)-(171 - 21.38 - 34.2))<=0.01,TRUE,FALSE)
115.43 - 115.42 = 0.01
Interestingly, when the threshold value is edited to 0.02, the output is True. I'm using Excel 2010. Appreciate any help! :)