Sports Carnival Scoring

Kiki1995

New Member
Joined
Apr 11, 2023
Messages
3
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
I am hoping to make a scoring sheet for a primary school sports carnival.

My goal is for it to look something like this:

FirstSecondThirdFourth
Race 1
Race 2
and so on...

First = 20 points, Second = 15 points, Third = 10 points, Fourth = 5 points.

I am hoping to be able to put the faction names in the first - fourth boxes, either by typing or a drop down arrow or however, and have them automatically be given points on a score sheet like this

Blue / BilyaRed / KarlaGold / DjindaGreen / Balga
Race 1
Race 2
and so on...
Total

Where it gets tricky is that in some races one faction can get multiple finish places because we put 2-3 students from each faction into a race so everyone has a turn. So, for example, Blue could place first and third, and would get 30 points for that race.

Is this possible?
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Hi, welcome to the forum!

You could try something like this..
Book1
ABCDE
1ResultsFirstSecondThirdFourth
2Race 1Blue / BilyaGreen / BalgaBlue / BilyaRed / Karla
3Race 2Green / BalgaBlue / BilyaRed / KarlaGold / Djinda
4Race 3Red / KarlaRed / KarlaBlue / BilyaRed / Karla
5Race 4Red / KarlaRed / KarlaRed / KarlaRed / Karla
6Race 5Red / KarlaBlue / BilyaGreen / BalgaGreen / Balga
7Race 6
8Race 7
9Race 8
10Race 9
11Race 10
12Race 11
13Race 12
14Race 13
15
16ScoresBlue / BilyaRed / KarlaGold / DjindaGreen / Balga
17Race 1305015
18Race 21510520
19Race 3104000
20Race 405000
21Race 51520015
22Race 60000
23Race 70000
24Race 80000
25Race 90000
26Race 100000
27Race 110000
28Race 120000
29Race 130000
Sheet1
Cell Formulas
RangeFormula
B17:E29B17=SUMPRODUCT(--(INDEX($B$2:$E$14,MATCH($A17,$A$2:$A$14,0),0)=B$16),{20,15,10,5})
 
Upvote 0
Hi, see the linked file for a possible solution...

The formulas used in the table...
B2: =SUM(B3:B12) (Range:B2:J2 ...)
B3: =LET(r,MATCH($A3,Scoring!$A:$A,0),IFERROR(IF(OR($A3="",B$1=""),"",IF(INDIRECT(ADDRESS(r,2,1,1,"Scoring"))=B$1,Param!$B$1,0)+IF(INDIRECT(ADDRESS(r,3,1,1,"Scoring"))=B$1,Param!$B$2,0)+IF(INDIRECT(ADDRESS(r,4,1,1,"Scoring"))=B$1,Param!$B$3,0)+IF(INDIRECT(ADDRESS(r,5,1,1,"Scoring"))=B$1,Param!$B$4,0)),"")) (Range: B3:J30 ...)

SportsCarnival.xlsx

Param.png


Factions.png


Scoring.png


List.png
 
Upvote 1
Solution
Thank you very much FormR and fjns! I really appreciate your help! Both are awesome. I will bring them to my next sports meeting at school and we can decide which to use.

:)
 
Upvote 0
Hi, I am very glad that the formulas work.
If I have enough knowledge, I am happy to help at any time.
 
Upvote 0

Forum statistics

Threads
1,215,200
Messages
6,123,611
Members
449,109
Latest member
Sebas8956

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