I have a formula which works on some sheets but not others.
The formula in Cell P28
shows "ERROR"![]()
=IF(LOOKUP(2,1/(P4:P26<>""),P4:P26)<>P4+E28+F28+G28-SUM(H28:N28),"ERROR",LOOKUP(2,1/(P4:P26<>""),P4:P26))
however
shows 11.76 shown in Cell N30![]()
LOOKUP(2,1/(P4:P26<>""),P4:P26)
as doesshown in Cell N31![]()
P4+E28+F28+G28-SUM(H28:N28)
In Cell N32shows "N"![]()
IF(N30=N31,"Y","N")
there is no rounding on the sheet.
I have attached file
Bookmarks