Optimizing Price with Weightings to get to Best Price Mix - Use Solver?

Sundance_Kid

Board Regular
Joined
Sep 2, 2017
Messages
130
Office Version
  1. 365
Platform
  1. Windows
Hi, I hope I can explain this clearly. As part of a tender offering out consultants there is weightings applied to each of the levels to get an overall weighted average price.

Without changing the weightings assigned to each level and only changing the Fee element for each level (except for Senior Consultant), I want to optimize the fee we should charge for all the levels so as to bring down the Weighted Fee but at the same time increase the overall margin %. From looking at this basic example, I could just change the Junior Consultant fee to 200 and it would bring down the overall weighted fee and increase margin. Note: Costs are a percentage of the revenue.

While this is a basic example, I would work with more complex examples that are not so obvious.

Is there a way using some sort of modelling technique that by just changing the fee element of 4 consultant levels excluding Senior Consultant that you can ask it to reduce the overall weighted fee but at the same time increase the margin?
Something like goal seek but goal seek only works with one variable. Someone briefly mentioned solver to me, but not sure can this do something similar?

Book1
DEFGHI
2ConsultantWeightingFeeCostsProfitMargin
3Senior Consultant50%50030020040%
4Middle Consultant20%40024815238%
5Junior Consultant10%3002198127%
6Part Qualified Consultant10%2001346633%
7Novice Consultant10%100604040%
8
9Total150096153936%
10
11Weighted Fee390
12Overall Margin36%
Sheet1
Cell Formulas
RangeFormula
G3,G7G3=F3*60%
H3:H7H3=F3-G3
I3:I7,I9I3=H3/F3
G4G4=F4*62%
G5G5=F5*73%
G6G6=F6*67%
F9:H9F9=SUM(F3:F7)
F11F11=SUMPRODUCT(E3:E7,F3:F7)
F12F12=I9
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Yes, you can use Solver for this type of problem.

But in this simple example, it's not necessary. As Senior Consultant and Novice Consultant have the greatest margins, at 40%, your "optimum" solution is to charge non-zero fees only for these two tiers, so that the overall margin is maximised at 40%. Furthermore, you could reduce these two fees towards nil to minimise the weighted fee whilst maintaining the margin at 40%

This suggests you need more constraints ;) (which Solver can accommodate).
 
Upvote 0

Forum statistics

Threads
1,215,986
Messages
6,128,115
Members
449,423
Latest member
Mike_AL

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