Formula for Weighted Share Based on Ranking

cheryll

New Member
Joined
Sep 21, 2017
Messages
3
I am looking for a formula for "Weighted Share Based on Ranking". Any help would be appreciated. Thanks!

Doctor
RankingWeighted Share Based on Ranking
Smith11.05
Jones21
Johnson3.95

<tbody>
</tbody>
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Welcome to the Board!

What exactly are you trying to weight?
It would be helpful if you showed us a small sample of the data you are trying to weight and the expected outcome.
 
Upvote 0
Welcome to the Board!

What exactly are you trying to weight?
It would be helpful if you showed us a small sample of the data you are trying to weight and the expected outcome.

It's not really weighted. The share I need to assign is strictly based on the ranking (as in the example). Each "share" is assigned a dollar value, then physicians get more or less than one share based on different ranking criteria. I just need a formula for that third column. Thanks!
 
Upvote 0
If your rankings are in cells B2:B4, then you can get the numbers in the third column by placing this formula in C2 and copying down to C4:
Code:
=1.1-(B2*0.05)
 
Upvote 0
If your rankings are in cells B2:B4, then you can get the numbers in the third column by placing this formula in C2 and copying down to C4:
Code:
=1.1-(B2*0.05)

Actually had to modify formula to =1.4-(B2*0.05) as I have 15 lines, but it worked! Thank you!
 
Upvote 0

Forum statistics

Threads
1,214,978
Messages
6,122,545
Members
449,089
Latest member
davidcom

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