K
kkondrat1
=IF((OR(ISERROR(W13-F13),0)),"",W13-F13)
The above is the formula I am using (not working)
If w13-F13 returns an error I want "" to appear in the cell.
OR if the value is returned as 0
I want "" to return in the cell
The above is the formula I am using (not working)
If w13-F13 returns an error I want "" to appear in the cell.
OR if the value is returned as 0
I want "" to return in the cell