Need help ASAP

adurham22926192

New Member
Joined
Dec 17, 2019
Messages
49
Office Version
  1. 2019
Platform
  1. Windows
I’m making a scoring system for Irish Dancing. I need help. I have all of the competitors numbers listed in Column A. Then I have the score that they got in Column B. Then i want it to be able to show who is first , second etc what number they are and how many marks they were given? Please help
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
Maybe something like this.

Book1
ABCDEF
1Competitor#ScorePlaceCompetitor#Score
2Comp1771Comp9124
3Comp2862Comp6120
4Comp31013Comp8116
5Comp4844Comp7103
6Comp582
7Comp6120
8Comp7103
9Comp8116
10Comp9124
Sheet1
Cell Formulas
RangeFormula
E2:E5E2=INDEX($A$2:$A$10,MATCH(LARGE($B$2:$B$10,$D2),$B$2:$B$10,0))
F2:F5F2=LARGE($B$2:$B$10,$D2)
 
Upvote 0
Thank so much. I also wanted to have in Column G next to their score a score that is converted so first place gets 100 second 49 third 24 fourth 11 5th 6 6th 5 7th 4 8th 3 9th 2 and 10th 1. And if there are two people tieing say in first place with 124 points I want it to add the first place mark and the second place mark (100 and 49) and divide by how many people are tieing so 2 so they would get 74.5 points each
 
Upvote 0

Forum statistics

Threads
1,215,480
Messages
6,125,047
Members
449,206
Latest member
Healthydogs

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