Points based upon Rank Scoring

bluenose5709

New Member
Joined
Dec 15, 2012
Messages
49
Office Version
  1. 365
  2. 2024
Platform
  1. Windows
  2. MacOS
  3. Web
Hi,

I am trying to allocated points against the positions achieved in a competition

Column E is a simple yes no field and Column F will be manually populated

I would like for Column G to allocate points:

1 = 6
2 = 5
3 = 4
4 = 3
5 = 2
6.... Every place from 6th who participated would receive 1 point

can anyone help with the formula to make this work..?

1.png


thank you
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
How about
Excel Formula:
=IF(F6="","",XMATCH(F6,SEQUENCE(6,,6,-1),-1))
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,225,628
Messages
6,186,103
Members
453,337
Latest member
fiaz ahmad

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