J
JP
Hi folks,
Is there a function that will treat a cell as blank, if the cell has a
formula but the result is "" ?
For example, someone is doing data entry in column A
In column B there's a formula =IF(ISBLANK(A1),"",AVERAGE(A:A))
So column C would need to house a formula that checks if the result of
the formula in column B is "". Obviously you can't put
=IF(ISBLANK(B1)) because technically the cell isn't blank.
I feel like there is a way to do this. What am I missing here?
Thx,
JP
Is there a function that will treat a cell as blank, if the cell has a
formula but the result is "" ?
For example, someone is doing data entry in column A
In column B there's a formula =IF(ISBLANK(A1),"",AVERAGE(A:A))
So column C would need to house a formula that checks if the result of
the formula in column B is "". Obviously you can't put
=IF(ISBLANK(B1)) because technically the cell isn't blank.
I feel like there is a way to do this. What am I missing here?
Thx,
JP