I have a formula as follows IF(L23=Sheet1!G73,"BALANCES","ERROR")
However on a negative calculation it shows error even though the 2 figures match.
I've audited the formula and these are the results?
1. It evalutes L23, which contains the following formula SUM(L13:L22) and shows (8,370)
2. It shows in audit windows as IF(-8370.43000000001=Sheet1!G73,"BALANCES","ERROR")
3. Next step results in this
IF(-8370.43000000001=-8370.43,"BALANCES","ERROR")
4. Next step it evalutes IF(FALSE,"BALANCES","ERROR")
Can anyone explain why it does not balance? and how i can improve my formula?
Bookmarks