I hope some of you can help me understand what's going on here, cause i'm puzzled.
I have two cells BH284 and BH287 in an Windows Excel sheet.
When I look at the two cells the values are identical down to last digit (20+ digits)
= BH284 ;output=46.25165516264020000
= BH287 ;output=46.25165516264020000
When I subtract them, I get zero:
= BH284-BH287 ;output=0
My problem is that I have this IF-statement in a cell which outputs a different value when subtracting the two cells:
= IF((BH284-BH287)<0,0,(BH284-BH287)) ;output=7.105427357601E-15
Is there something I'm missing? Is it related to numerical precision somehow? Thanks in advance.
Excel version 14.0.7214.5000 (32-bit) running on Windows 7 Enterprise, service pack 1.