Assist with multi-variable equation.

OrangeYoda

New Member
Joined
Sep 23, 2022
Messages
17
Office Version
  1. 365
Platform
  1. Windows
Our company runs a mix of per hour and commissioned employees, and often have both types of employees on a job. One is the sales person while the other is the installer.

I am working on updating our prices and looking for a better systematic way to drive these prices. I keep getting stuck between the variables represented by Labor-Commision and the Total Invoice Variable as they are both a % and depend on each other.

How can I tackle this issue? Maybe this way of going about it is wrong, but you all have a different method to get there.



Parts Costs Known. $100
Labor (Commission- %)10% of total, but must be accounted for in the Total Invoice Calc.
Labor 2 ($/HR) x Hours Known. 20/hr
Overhead x HoursKnown overhead fee. Call it $50/hr
Hours on siteKnown Flat Value. Call it 2 hrs for this example.
Profit Goal15%
Total InvoiceSolve For this.
 
The algebra gets a little bit messy but hopefully the following will give you some idea. The equation that you need to solve is:
c8=c2+c3+c4+c5+c7 where these variables are the cells.
c2=c8*b3
then
c8=c8*b3+K where k is a constant which equals c3+c4+c5+c7. I'm ignoring the fact that c7 is also a function of c8 to simplify things.
so
c8-c8*b3=k
c8*(1-b3)=k
c8=k/(1-b3)
That's where the 1 comes from.
Again, this explanation is ignoring the fact that c7 is also a function of c8 which would just make the equation longer and more complicated.
Does that help?
 
Upvote 0

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.

Forum statistics

Threads
1,215,972
Messages
6,127,997
Members
449,414
Latest member
sameri

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