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

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
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,214,979
Messages
6,122,550
Members
449,088
Latest member
davidcom

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