
Originally Posted by
gmcana
I didn't really state the my problem very clearly, my mistake
Ok, the formula needs to to this:
IF cell E is blank AND cell F is blank, then return a blank...
however,
IF cell is E blank AND cell F is not blank, then return a blank...
however,
IF cell E is
not blank
AND cell F is
not blank, then calculate.
I tried it with IF(AND.... a combination of If(AND..., OR(
and I just can't get it to return anything but #VALUE.

The two first conditions boil down to checking if E is blank, whatever F, return a blank
so the formula would be
supposing when E is not blank but F isblank, the result would be blank
Bookmarks