I'm using the SUMPRODUCT formula to calculate the number of times two different conditions are met: that in a column the value equals whatever is in a specific cell.
What I would like to be able to do is refer to one of cells by a row number, so it dynamically adds the number without me having to specify it.
In the example below, where $B173 is, I want to dynamically refer to B and whatever number.
=SUMPRODUCT(--(ILTA!$A$1:ILTA!$A$50000=$B173),--(ILTA!$H$1:ILTA!$H$50000=F2))
After the first equals sign, I have tried substituting the following for $B173 and received an incorrect count or an error:
1) "$B"&ROW()
2) $B&ROW()
Is there a way for this to work?
Thanks,
EB
What I would like to be able to do is refer to one of cells by a row number, so it dynamically adds the number without me having to specify it.
In the example below, where $B173 is, I want to dynamically refer to B and whatever number.
=SUMPRODUCT(--(ILTA!$A$1:ILTA!$A$50000=$B173),--(ILTA!$H$1:ILTA!$H$50000=F2))
After the first equals sign, I have tried substituting the following for $B173 and received an incorrect count or an error:
1) "$B"&ROW()
2) $B&ROW()
Is there a way for this to work?
Thanks,
EB