M
Matthew
I have an equation using SUMPRODUCT on a table, and when I modify it to
include an "OR" function, it no longer works.
My original function:
=SUMPRODUCT(Table1[Column1]*ISBLANK(Table1[Column2]))
Modified Function:
=SUMPRODUCT(Table1[Column1]*OR(ISBLANK(Table1[Column2])))
The modified function returns "0"
Any suggestions on why my modified function doesn't work?
I'm really going to be using the "OR" with the following:
=SUMPRODUCT(Table1[Column1]*OR(ISBLANK(Table1[Column2]),Table1[Column2]<Date1))
Thanks,
include an "OR" function, it no longer works.
My original function:
=SUMPRODUCT(Table1[Column1]*ISBLANK(Table1[Column2]))
Modified Function:
=SUMPRODUCT(Table1[Column1]*OR(ISBLANK(Table1[Column2])))
The modified function returns "0"
Any suggestions on why my modified function doesn't work?
I'm really going to be using the "OR" with the following:
=SUMPRODUCT(Table1[Column1]*OR(ISBLANK(Table1[Column2]),Table1[Column2]<Date1))
Thanks,