Formula to calculate points derived from rankings?

Janerro

New Member
Joined
Apr 26, 2023
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Not too sure how to articulate my ask, but here goes:

I'd like to be able to correlate the weekday 1-5 ranks to their corresponding point values, and also be able to sum for total weekly points per person. Are there any formulas I can use to do this?

Screenshot 2023-04-26 142514.png
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Show us your expected results for your sample. However, you have only shown three days but expect answer for five days. Please expand your sample
 
Upvote 0
Is this what you mean?

042523FunctionSyntax.xlsm
BCDEFGH
31NameMonTueWed
32Person 114312.5RankPoints
33Person 25553010
34Person 333212.522.5
3535
3647.5
37510
RDate
Cell Formulas
RangeFormula
F32:F34F32=SUM(INDEX(H$33:H$37,C32:E32))
 
Upvote 0
Or maybe per @aladsidman you mean:

042523FunctionSyntax.xlsm
BCDEFGHIJK
31NameMonTueWedThuFri
32Person 11432217.5RankPoints
33Person 2555003010
34Person 33325532.522.5
3535
3647.5
37510
RDate
Cell Formulas
RangeFormula
H32:H34H32=SUM(INDEX(K$33:K$37,C32:G32))
 
Upvote 0
Did the last one accomplish what you wanted? If so, please mark it solved. Glad to help.
 
Upvote 0

Forum statistics

Threads
1,214,905
Messages
6,122,175
Members
449,071
Latest member
cdnMech

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