I need a formula that will not execute if ALL cells " A1:A5 " are blank
The formula works with cells from another sheet:
This is my formula:
=IF(NOT(ISBLANK(data!A1:A5)); COUNTIF(data!A1:A5; "=0") ; " ") and is NOT WORKING
the formula works if is just one cell "A1"
=IF(NOT(ISBLANK(data!A1)); COUNTIF(data!A1:A5; "=0") ; " ")
The formula works with cells from another sheet:
This is my formula:
=IF(NOT(ISBLANK(data!A1:A5)); COUNTIF(data!A1:A5; "=0") ; " ") and is NOT WORKING
the formula works if is just one cell "A1"
=IF(NOT(ISBLANK(data!A1)); COUNTIF(data!A1:A5; "=0") ; " ")
Last edited: