H
Hall
This formula results in a numeric result:
=SUMPRODUCT((A1:A20)*(B1:B20="b"))
but this formula results in a #NUM! result:
=SUMPRODUCT((A:A)*(B:B="b"))
Which means I need to specify the length of the columns, which may grow over
time. Any way to do this for the entire column, without having to specify
the length of the column?
=SUMPRODUCT((A1:A20)*(B1:B20="b"))
but this formula results in a #NUM! result:
=SUMPRODUCT((A:A)*(B:B="b"))
Which means I need to specify the length of the columns, which may grow over
time. Any way to do this for the entire column, without having to specify
the length of the column?