P
piersd
I have a spreadsheet as follows
Col A (numeric, 3dp) value =0.996
Col B (numeric, 3dp) value = 1.001
Col C (Numeric, 3DP) formula = ABS( ColB - ColA)
Col D (General) formula = IF ( ColC >= 0.005, "Y","N")
Col D gives answer of "N", which is clearly wrong.
If you modify ColC to be = ROUND(ABS( ColB - ColA ) ,3)
it gives the correct answer whats up with that?
Col A (numeric, 3dp) value =0.996
Col B (numeric, 3dp) value = 1.001
Col C (Numeric, 3DP) formula = ABS( ColB - ColA)
Col D (General) formula = IF ( ColC >= 0.005, "Y","N")
Col D gives answer of "N", which is clearly wrong.
If you modify ColC to be = ROUND(ABS( ColB - ColA ) ,3)
it gives the correct answer whats up with that?