Sports Betting Tracking Sheet - Sumproduct/countifs?

wtfisgoingon23

New Member
Joined
Oct 9, 2018
Messages
2
Hello,

I am trying to count/sum all the wins in column B (consensus picks win column) that match Players A, B and Consensus picks. Panthers -3 vs Cowboys is in players A, B and the consensus column and was a winner (1 in column B). That should count as 1. The correct formula should result in 2 (Panthers -3 vs Cowboys and Bears +7.5 @ Packers. Giants +3 vs Jaguars was a match for all the columns, but was not a winner)

I have tried SUMPRODUCT((ISNUMBER(MATCH), COUNTIFS and other methods but have not come up with the correct solution.

Any suggestions on how to do this?

Thanks,
Grant

[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Consensus[/TD]
[TD]Win[/TD]
[TD]Player A[/TD]
[TD]Win[/TD]
[TD]Player B[/TD]
[TD]Win[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Chiefs +3.5 @ Chargers[/TD]
[TD]1[/TD]
[TD]Giants +3 vs Jaguars[/TD]
[TD]0[/TD]
[TD]Panthers -3 vs Cowboys[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Vikings -6.5 vs 49ers[/TD]
[TD]1[/TD]
[TD]Vikings -6.5 vs 49ers[/TD]
[TD]1[/TD]
[TD]Ravens -7.5 vs Bills[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Panthers -3 vs Cowboys[/TD]
[TD]1[/TD]
[TD]Lions -6.5 vs Jets[/TD]
[TD]0[/TD]
[TD]Bears +7.5 @ Packers[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Bears +7.5 @ Packers[/TD]
[TD]1[/TD]
[TD]Bears +7.5 @ Packers[/TD]
[TD]1[/TD]
[TD]Giants +3 vs Jaguars[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]Giants +3 vs Jaguars[/TD]
[TD]0[/TD]
[TD]Panthers -3 vs Cowboys[/TD]
[TD]1[/TD]
[TD]Texans +6.5 @
Patriots[/TD]
[TD]0[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Welcome to the forum.

Try:

=SUMPRODUCT(B2:B6,COUNTIFS(C2:C6,A2:A6,D2:D6,1),COUNTIFS(E2:E6,A2:A6,F2:F6,1))
 
Last edited:
Upvote 0
My main man Eric from Utah. I grew up in Cottonwood Heights, UT. That is exactly what I am looking for. I appreciate your help!!
 
Upvote 0

Forum statistics

Threads
1,225,398
Messages
6,184,729
Members
453,254
Latest member
topeb

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