I
INMD13
Hi I was wondering how I can write write the following formula. I wan
the formula to return a "1" if either cell A1 or B1 is NO
blank,otherwise retunr "0".
IT would look something like this
IF(NOT(ISBLANK(A1, B1)), 1, 0) <- This is not working for me
the formula to return a "1" if either cell A1 or B1 is NO
blank,otherwise retunr "0".
IT would look something like this
IF(NOT(ISBLANK(A1, B1)), 1, 0) <- This is not working for me