Ranking for Sports Day

VPLUMWOOD

New Member
Joined
Jul 13, 2021
Messages
29
Office Version
  1. 365
I have created a simple spread to calculate scores for Sports day events - so adding in 1 to 4 depending on 1st, 2nd, 3rd - but then want a running total of which team is in 01st, 2nd, 3rd etc - there are more teams etc but for a visual see table below. Ive done a sum to add the total for each team - HCPS, BPS etc but then want an aside that say 1st place is MPS, 2nd BPS etc etc,

Any ideas.

HCPSBPSMPSWGPS
Y3 Boys 100m Sprint1243
Y3 Girls 100m Sprint1432
Y4 Boys 100m Sprint
etc
etc
etc
Total2675
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Will a ranking not do the trick ?
Assuming that the columns in the grid start at A, you can add a line below the total to rank them in positions using something like this :
=RANK(B9,$B$9:$E$9,0)
Where row 9 = Total row
This will show MPS in 1st, BPS in 2nd etc.
1656517646906.png
 
Upvote 0

Forum statistics

Threads
1,213,482
Messages
6,113,915
Members
448,532
Latest member
9Kimo3

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