SUMPRODUCT with 4 IF's help

ddub25

Well-known Member
Joined
Jan 11, 2007
Messages
625
Office Version
  1. 2019
Platform
  1. Windows
Can anyone help with a SUMPRODUCT asking multiple IF's?

I want it to ask IF, "bo" present in I11:I133
"c" present in L11:L133
"p" present in M11:M133
"ch" present in N11:N133

If so, SUM the corresponding row in range AQ11:AQ133.

Thanks.

Dan
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
It would be something like:-
=SUMPRODUCT((I11:I113="bo")*(L11:L113="c")*(M11:M113="p")*(N11:N113="ch")*(AQ11:AQ113="bo"))

You would need all four in the same row for it to sum those rows in AQ.
 
Upvote 0
thanks richard, made a few slight changes and it works fine. thanks.

Dan
 
Upvote 0

Forum statistics

Threads
1,224,586
Messages
6,179,719
Members
452,939
Latest member
WCrawford

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
Back
Top