I'm having an issue where excel is clearly making a true statement false. Has anyone else ever experienced this before?
Here is my formula: =Round(If(AND(0<=B2-J7<=0.1,H7>0),E7+U2)
B2 = .35
J7 = .3176
h7 = 1
E7 = .81
U2 = .03
Based on these numbers the formula should result in the cell equaling .84
When I evaluate the formula it agrees that 0.0324 (b2-J7) is greater than or equal to 0 but it is claiming that it is not less than or equal to 0.1
I've checked myself a million times here and I'm pretty sure 0.0324 is in fact less than 0.1.
Am I going insane?
Any help with this issue is hugely appreciated!
Thanks
Here is my formula: =Round(If(AND(0<=B2-J7<=0.1,H7>0),E7+U2)
B2 = .35
J7 = .3176
h7 = 1
E7 = .81
U2 = .03
Based on these numbers the formula should result in the cell equaling .84
When I evaluate the formula it agrees that 0.0324 (b2-J7) is greater than or equal to 0 but it is claiming that it is not less than or equal to 0.1
I've checked myself a million times here and I'm pretty sure 0.0324 is in fact less than 0.1.
Am I going insane?
Any help with this issue is hugely appreciated!
Thanks