M
Mike
Hi.
I use the following formula to count the number of times
the cells in column "A" are above the value of 1 and
column "B" is not empty. Is there a way to put another
condition on Column "A"? I'd like to know when the value
in column "A" is between the value of 1 and 7 and the
value in column "B" is not empty.
=SUMPRODUCT(--(Dec!A6:A20>1),--(Dec!B6:B20<>""))
I tried the following, but it does not work:
=SUMPRODUCT(--(AND(Dec!A6:A20>1,Dec!A6:A20<7)),--(Dec!
B6:B20<>""))
Thanks!
Mike.
I use the following formula to count the number of times
the cells in column "A" are above the value of 1 and
column "B" is not empty. Is there a way to put another
condition on Column "A"? I'd like to know when the value
in column "A" is between the value of 1 and 7 and the
value in column "B" is not empty.
=SUMPRODUCT(--(Dec!A6:A20>1),--(Dec!B6:B20<>""))
I tried the following, but it does not work:
=SUMPRODUCT(--(AND(Dec!A6:A20>1,Dec!A6:A20<7)),--(Dec!
B6:B20<>""))
Thanks!
Mike.