I have the sum of a column which evaluates to 2 decimal places exactly, but when referenced in a IF formula it evaluates with many/multiple decimal places, ie Excel is introducing a rounding error.
So, say, A6=sum(A1:A5) evaluates to 21.75 exactly, in my IF(A6<>G7...) formula it would evaluate to 21.749999.
It took me a while to realise I had to round the sum formula to get rid of the problem, but how can a formula evaluate to different values directly as compared to when referenced?
So, say, A6=sum(A1:A5) evaluates to 21.75 exactly, in my IF(A6<>G7...) formula it would evaluate to 21.749999.
It took me a while to realise I had to round the sum formula to get rid of the problem, but how can a formula evaluate to different values directly as compared to when referenced?