Forum Discussion
bb94twins
Aug 23, 2019Copper Contributor
SumIfs Help
I am getting errors using the sumifs function. See attached file. Appreciate any help. Thank you.
- Aug 26, 2019
If adjust formula to your ranges it'll be
=SUMPRODUCT('IS Detail By Company Base A (2)'!$C$10:$AK$950*('IS Detail By Company Base A (2)'!$A$10:$A$950=$C8)*('IS Detail By Company Base A (2)'!$C$3:$AK$3=E$6))
Please check attached
SergeiBaklan
Aug 23, 2019Diamond Contributor
Sum range in SUMIFS shall be 1D range, not 2D. Try to use SUMPRODUCT instead, like
=SUMPRODUCT('IS Detail By Company Base Accou'!$E$10:$AK950*('IS Detail By Company Base Accou'!$A$10:$A$950=$C8)*('IS Detail By Company Base Accou'!$E$3:$AK$3=E$6))
bb94twins
Aug 26, 2019Copper Contributor
SergeiBaklan I had tried your suggestion, but wasn't able to get it to work either. are you able to make adjustments to the file and repost? I just need to sum by country listed.
Thanks.
- SergeiBaklanAug 26, 2019Diamond Contributor
If adjust formula to your ranges it'll be
=SUMPRODUCT('IS Detail By Company Base A (2)'!$C$10:$AK$950*('IS Detail By Company Base A (2)'!$A$10:$A$950=$C8)*('IS Detail By Company Base A (2)'!$C$3:$AK$3=E$6))
Please check attached
- bb94twinsAug 26, 2019Copper Contributor
SergeiBaklan Yes, that works! Thank you!!
- SergeiBaklanAug 26, 2019Diamond Contributor
bb94twins , you are welcome