BigDelGooner
Board Regular
- Joined
- Aug 17, 2009
- Messages
- 197
Hi all
I need a formula to check if there is any value in cells V8:Y8 (the values will either be blank or *
I have tried using both of these array formulas (with Ctrl,Shft,Rtn) but am not getting the answers I am after.
=ISBLANK(V8:Y8)
=MATCH("*",V8:Y8,0)
When using the ISBLANK function it says FALSE even when all cells are empty...and when using the MATCH function it returns 1 even when all cells are empty.
I think I know what the issue is...I just dont know the resolution. These formulas work when used on completely empty cells, however the cells I am trying to use these on where they dont work includes formulas. The cell values are blank, but the ISBLANK and MATCH formulas seem to be looking within the formula rather than the cell value.
I need a formula to check if there is any value in cells V8:Y8 (the values will either be blank or *
I have tried using both of these array formulas (with Ctrl,Shft,Rtn) but am not getting the answers I am after.
=ISBLANK(V8:Y8)
=MATCH("*",V8:Y8,0)
When using the ISBLANK function it says FALSE even when all cells are empty...and when using the MATCH function it returns 1 even when all cells are empty.
I think I know what the issue is...I just dont know the resolution. These formulas work when used on completely empty cells, however the cells I am trying to use these on where they dont work includes formulas. The cell values are blank, but the ISBLANK and MATCH formulas seem to be looking within the formula rather than the cell value.