Sport results and performance tracking using Excel

ItalianPlatinum

Well-known Member
Joined
Mar 23, 2017
Messages
778
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
Hello - I run a pickup team and currently trying to find a way to have a tab where I can have all the teams I ever played against with the Wins, losses, Ties, Record and Points for historical performance. in the other tab i have all our results that I will manually input. The performance tab would be nice to populate automatically as I add a result in. Then If i play a new team i can manually add it (to avoid complexity). I tried countIF but quickly realized that isn't going to work for me. anyone have ideas to how to make this work?

Results (manually inputted)
Season
Opponent
Win
Loss
Tie
2021 Game 1​
Team A​
X​
2021 Game 2​
Team B​
X​

Historical performance (help with automation)
Team
Wins
Loss
Tie
Record
Points
Team A​
1​
0​
0​
1-0-0​
3​
Team B​
0​
1​
0​
0-1-0​
0​
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Try using these:

=COUNTIFS(Results!$B:$B,$A2,Results!C:C,"X")
=B2&"-"&C2&"-"&D2
=B2*3+D2*1
 
Upvote 0
Solution

Forum statistics

Threads
1,214,649
Messages
6,120,728
Members
448,987
Latest member
marion_davis

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