Allocation based on individual unrelated scores

darbatross

New Member
Joined
Oct 17, 2016
Messages
2
I work in a university study abroad office and have been left with the wreckage of my predecessor, so I'm trying to establish new procedures and methods for processing scholarship applications to make them as objective as possible. I have no idea how to begin with this problem, though I think it's decently simple with the right tools - hopefully you guys can help!

Okay, so let's say I have 10 students. Each student has been assigned a "score" (a percentage grade out of 100% summarizing a number of different influences, including FAFSA need, GPA, essay responses, etc.). Each students' score is unrelated to the others' scores, but the score should reflect financial need and academic worth.

Here's the key part I need help with: I have $20,000 in funding to distribute across these 10 students. I need to use the majority of the money (final penny isn't crucial) and it needs to be allocated based on each student's relative grade. As in, Student 1 gets $4000 while Student 6 gets $500, etc.

StudentScoreSuggested Funding ($20,000)
198.70%wicked awesome formula here
272.62%
377.94%
447.79%
566.16%
660.04%
775.74%
875.00%
962.13%
1091.70%

<tbody>
</tbody>
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
=Trunc(20000*(Student Score / Sum of all Students Score))

Trunk prevents fractions of dollars because it don't matter if you give out all the pennies

This will always use the full amount and assigns the money based on the actual students score compared to the total scores.
This is the result for the above data. From this you have a 5 dollar surplus not give out, you can choose to add it to the highest score or don't use the Trunc function and include change in the award.
Student 1 = 2712
Student 2 = 1995
Student 3 = 2141
Student 4 = 1313
Student 5 = 1818
Student 6 = 1649
Student 7 = 2081
Student 8 = 2060
Student 9 = 1707
Student 10 = 2519
 
Upvote 0

Forum statistics

Threads
1,214,824
Messages
6,121,784
Members
449,049
Latest member
greyangel23

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