I'm using Excel 2007
I have a Cell B14 which contains a formula getting data from a different worksheet and sometimes this formula may have no result.
I need a formula to ignore Cell B14 or treat it as empty if this happens or return the result of the formula in B14 if there is one.
This is the formula I am using at the moment:
=IF(B14<>"","Not Empty","Empty")
But it sees the formula in B14 and treats it as the cell is not empty?