Quantcast
Channel: Active questions tagged worksheet-function - Super User
Viewing all articles
Browse latest Browse all 992

Formula to ignore or treat as empty a cell that contains another formula with no result?

$
0
0

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?


Viewing all articles
Browse latest Browse all 992

Trending Articles