Link to home
Create AccountLog in
Avatar of David
DavidFlag for United States of America

asked on

sumproduct

I have the below formula to count the records that meet the below sumproduct criteria.  Now, I need to sum the value of those specific records in column: '1st Mailing'!$J$2:$J$3631.  How can this be done?

=SUMPRODUCT(('1st Mailing'!$D$2:$D$3631=$A24)*('1st Mailing'!$J$2:$J$3631=G$4))


Thank you!
ASKER CERTIFIED SOLUTION
Avatar of Rory Archibald
Rory Archibald
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Can you post a small sample spreadsheet that provides some sample data?

J.
Avatar of David

ASKER

Great, that worked.  Thank you Rorya!