Summing One Column based on Multiple Other Columns

Dundee Lad

Active Member
Joined
Sep 6, 2003
Messages
311
This is my formula below. I had some help from Rorya & Aladyn with this earlier. I am using Excel 2003

= SUMPRODUCT(--('Campaign List'!$J$1:$J$49949="TM"),--('Campaign List'!$A$1:$A$49949=Summary!B19),1-ISNUMBER('Campaign List'!$V$1:$V$49949),'Campaign List'!$G$1:$G$49949)

I now need to add another check into this I need to check if column I is XZ, along with column j being TM and it equalling Summary!B19 then sum column G as long as there is no number in column V

Hope this all makes sense!
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.

xld

Banned
Joined
Feb 8, 2003
Messages
5,378
= SUMPRODUCT(--('Campaign List'!$I$1:$I$49949="XZ"),--('Campaign List'!$J$1:$J$49949="TM"),
--('Campaign List'!$A$1:$A$49949=Summary!B19),--ISNUMBER('Campaign List'!$V$1:$V$49949),
'Campaign List'!$G$1:$G$49949)
 
Upvote 0

Forum statistics

Threads
1,195,909
Messages
6,012,249
Members
441,687
Latest member
urimagic

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Top