Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm trying to set up a sliding scale weighted percentage formula for a
management company. It would be based on a variable number of vehicles that are weighted differently. As a vehicle would be added at a certain weighted percentage how would that change the percentage that each vehicle would pay into a fixed cost? This formula will be used in Excel. Thank you for any assistance. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Jun 18, 5:22*pm, Diamond75
wrote: I'm trying to set up a sliding scale weighted percentage formula for a management company. *It would be based on a variable number of vehicles that are weighted differently. *As a vehicle would be added at a certain weighted percentage how would that change the percentage that each vehicle would pay into a fixed cost? *This formula will be used in Excel. *Thank you for any assistance. If I read it right, you just sum the weights and then divide the weight of each truck by the sum to normalize the values. And the fraction is the percentage of fixed cost each truck would pay. So say you have 3 trucks with weights 4, 6 and 9. They sum up to 19 so Truck 1 pays 4/19, Truck 2, 6\19 and Truck 3, 9\19 or 21%, 32% and 47% respectively. I'm sure you can do the simple calcs. in Excel without my help. SteveM |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I set up a weighted formula in Excel? | Excel Discussion (Misc queries) | |||
Formula for Weighted Average | Excel Discussion (Misc queries) | |||
weighted formula | Excel Discussion (Misc queries) | |||
Randomly selecting a cell weighted on percentage | Excel Programming | |||
What is the formula for weighted average? | Excel Worksheet Functions |