A
antonio
I'm trying to add all the number in the raw data sheet
that meet certain criteria.
The formula I am using is
=SUMPRODUCT(('Raw Data'!$AK$2:$AK$9938=B9)*('Raw Data'!
$G$2:$G$9938=$D$6)*(ISNUMBER(MATCH('Raw Data'!
$F$2:$F$9938=$Q$1:$Q$5,0))),'Raw Data'!$O$2:$O$9938)
The formula was working fine when f2:f9938 was set equal
to one cell.( for example Q1)
But know I need the formula to look at the range Q1:Q5
So if any of the number in cells f2:f9938 are equal to any
of the number in range q1:q5 to add them up. Those
numbers are in cell o29938.
Any ideas.
I know I could break up this formula in to 5 different
formulas, but I want to know if there is a way to avoid
all that?
that meet certain criteria.
The formula I am using is
=SUMPRODUCT(('Raw Data'!$AK$2:$AK$9938=B9)*('Raw Data'!
$G$2:$G$9938=$D$6)*(ISNUMBER(MATCH('Raw Data'!
$F$2:$F$9938=$Q$1:$Q$5,0))),'Raw Data'!$O$2:$O$9938)
The formula was working fine when f2:f9938 was set equal
to one cell.( for example Q1)
But know I need the formula to look at the range Q1:Q5
So if any of the number in cells f2:f9938 are equal to any
of the number in range q1:q5 to add them up. Those
numbers are in cell o29938.
Any ideas.
I know I could break up this formula in to 5 different
formulas, but I want to know if there is a way to avoid
all that?