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!

[TABLE="width: 500"]
<tbody>[TR]
[TD]Doctor
[/TD]
[TD]Ranking[/TD]
[TD]Weighted Share Based on Ranking[/TD]
[/TR]
[TR]
[TD]Smith[/TD]
[TD]1[/TD]
[TD]1.05[/TD]
[/TR]
[TR]
[TD]Jones[/TD]
[TD]2[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Johnson[/TD]
[TD]3[/TD]
[TD].95[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
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,225,750
Messages
6,186,805
Members
453,373
Latest member
Ereha

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