Sumproduct formula

xxsalahxx

Active Member
Joined
Jun 25, 2011
Messages
316
Office Version
  1. 2007
Hi I have a sumproduct formula that works perfectly for what I need it to do, However id like to expand on it, from column K id like to extract "Yes" and "Unknown" replies, can anyone help with this formula?

=SUMPRODUCT((Data!$A:$A>='All Analysis'!A44)*(Data!$A:$A<='All Analysis'!B44)*(Data!$C:$C='All Analysis'!$D$43)*(Data!K:K="Yes"))

Any help is appreciated. thank you in advance
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Do you mean that col K will have "Unknown" in it & you want to include that in the count?
 
Upvote 0
Ok, how about
Excel Formula:
=SUMPRODUCT((Data!$A:$A>='All Analysis'!A44)*(Data!$A:$A<='All Analysis'!B44)*(Data!$C:$C='All Analysis'!$D$43)*((Data!K:K="Yes")+(Data!K:K="Unknown")))
 
Upvote 0
SUMPRODUCT((Data!$A:$A>='All Analysis'!A44)*(Data!$A:$A<='All Analysis'!B44)*(Data!$C:$C='All Analysis'!$D$43)*((Data!K:K="Yes")+(Data!K:K="Unknown")))
That works a treat, thank you and merry christmas
 
Upvote 0
Glad to help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,460
Messages
6,124,949
Members
449,198
Latest member
MhammadishaqKhan

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