looking to reverse engineer a formula

andrewvanmarle

New Member
Joined
Aug 11, 2015
Messages
40
There is a pricing structure I'd like to reverse engineer:

in the example i have there are two choices:

1.6% over a transaction price (that will most likely be between 400 and 425)

or

1.4% over the amount up to 375 and 4,6% over the amount above.
The point where option 2 becomes more expensive than option 1 is exactly at 400

Im assuming the following variables are a given: the 1.6% in option 1, the breakeven point of 400, and the 1.4 % over 375.

How would I set up a calculation/formula, where I fill in those variable to get to 4.6%?


Thanks in advance!
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
I'm not sure exactly what you're asking for, but here's how to set up those formulas:

Book1
ABCDEFGH
1375Option 1Option 2Percent 1Percent 2aPercent 2bCutoff
2381380.251.60%1.40%4.60%375
Sheet8
Cell Formulas
RangeFormula
B2B2=A1*(1+E2)
C2C2=MIN(A1,H2)*(1+F2)+MAX(0,A1-H2)*(1+G2)


You can change the values in E2:H2 as you like.
 
Upvote 0
Hi Eric thanks for your reply. I'm looking to see what percentage (the 4.6 in the example) i would get to have the break even point be 400

In other words, I want G1 Percentage 2b to be the solution to the equation.

Oh and B2 would only be A1*E2 (since we get paid a comission over the purchase price, not the purchase price itself...haha I wish....)

Oh and shouldn't A1 be the point where the breakeven is to occur? (in the example at 400)?

I'm going to fiddle with what you gave me in the mean time
 
Last edited:
Upvote 0
darn, I went past the editing window, so i'll reply to myself:



edit again again again;

I think the formula would be derived from this:

D2*A1=E2*G2_+F2*A2

I must admit I learned in school how to move the whole equation to the left leaving only F2 on the right, but I can't for the life of me remember how.
 
Upvote 0
@andrewvanmarle

Is this what you are after?

Book1
ABCDE
1Break EvenPercent 1Percent 2aPrecent 2b2 Cutoff
24001.60%1.40%4.60%375
Sheet4
Cell Formulas
RangeFormula
D2D2=((A2*B2)-(E2*C2))/(A2-E2)
 
Upvote 0
(y) You are welcome.
Do you want the associated maths lesson? ?
 
Upvote 0

Forum statistics

Threads
1,214,594
Messages
6,120,436
Members
448,964
Latest member
Danni317

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