A
Android
Hello,
I'm using something like:
=SUMPRODUCT(('DataSheet'!$A:$A$=ThisSheet!E17)*('DataSheet'!$D:$D=ThisSheet!
$G$7)*'DataSheet'!$I:$I)
to sum all rows in the "I" column of "DataSheet", if two conditions in
"ThisSheet" are met (as indicated in the expression).
However, in my "DataSheet" sheet, the 1st row is labels, which I want to
keep. Therefore the above expression gives an error. Using
'DataSheet'!$A2:$A$ gives an error.
Is there a way to apecify all rows except the first one? The number of rows
grows over time, so I do not want to specify a limit.
Any options??
Regards...
I'm using something like:
=SUMPRODUCT(('DataSheet'!$A:$A$=ThisSheet!E17)*('DataSheet'!$D:$D=ThisSheet!
$G$7)*'DataSheet'!$I:$I)
to sum all rows in the "I" column of "DataSheet", if two conditions in
"ThisSheet" are met (as indicated in the expression).
However, in my "DataSheet" sheet, the 1st row is labels, which I want to
keep. Therefore the above expression gives an error. Using
'DataSheet'!$A2:$A$ gives an error.
Is there a way to apecify all rows except the first one? The number of rows
grows over time, so I do not want to specify a limit.
Any options??
Regards...