Simple ? Help please

Z

Zeno

A1=1.2675-1.2664=.0011
B1=1.2664-1.2653=.0011
Is A1=B1? Excel's answer is: False; Question: why?
 
B

Bob I

Use the Trunc function on the two sets. B1 is not quite ".0011" but
".0010999"

TRUNC(1.2664-1.2653,7)=.0010999
 
Top