D
Dave R.
I have a formula now like SUMPRODUCT((A1:A100=2)*(B1:B100=3)). B1:B100 is
part of a range that's linked to a query, so it expands, which screws up the
formula after rows are added because A1:A100 doesn't expand with it.
Is there a way to use INDIRECT and specify *only* the ROW as fixed?
E.g.
SUMPRODUCT((A1:INDIRECT("A100") works, but I have to specify the column. Can
I somehow use it like (I know this doesn't work):
SUMPRODUCT((A1:A&INDIRECT(row100))
?
I ask because I have many columns in that query-linked range, and if I can
simply update the ROW part it would save me much time over search/replacing
for the indidual column entries.
part of a range that's linked to a query, so it expands, which screws up the
formula after rows are added because A1:A100 doesn't expand with it.
Is there a way to use INDIRECT and specify *only* the ROW as fixed?
E.g.
SUMPRODUCT((A1:INDIRECT("A100") works, but I have to specify the column. Can
I somehow use it like (I know this doesn't work):
SUMPRODUCT((A1:A&INDIRECT(row100))
?
I ask because I have many columns in that query-linked range, and if I can
simply update the ROW part it would save me much time over search/replacing
for the indidual column entries.