Break even formula for a minimum value

TruffleOil

New Member
Joined
Sep 9, 2022
Messages
18
Office Version
  1. 2016
Platform
  1. Windows
Hi everyone,

I have the following table with two different adjusters: X and Y. A3, B3, C3 are all fixed values and D3 and E3 are input variables.
Then, the Final Change (F3) is the following formula: =((B3+(C3*E3))+(A3*D3))

My goal is: figure out a formula to find out the minimum Assumption Y (E3) value that would break even the Final Change result to be equal to 0. In this example, for Assumption X = -15, the break even value of Assumption Y would be around 6,5 (calculated manually); below that, the Final Change would be a negative value.

Would appreciate any suggestion!
Thank you in advance!
 

Attachments

  • excel question 2.PNG
    excel question 2.PNG
    9.2 KB · Views: 11

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.
What you're essentially trying to find is the appropriate E3 value so that ((B3+(C3*E3)+(A3*D3))=0. Solving for E3, your formula should be
Excel Formula:
-((A3*D3)-B3)/C3.
 
Upvote 0
What you're essentially trying to find is the appropriate E3 value so that ((B3+(C3*E3)+(A3*D3))=0. Solving for E3, your formula should be
Excel Formula:
-((A3*D3)-B3)/C3.
Thank you, but it didn't work.. and I don't want to replace the E3 value because it's an input for several values to see the different results of F3, even higher than 0. I just want to know separately (in G3) the minimum hypothetical value of E3 to reach the F3=0
 
Upvote 0
Could you use the Solver add-in from excel? Not sure if this is what you meant.

1667241993131.png


1667242011056.png
 

Attachments

  • 1667241898860.png
    1667241898860.png
    128.4 KB · Views: 4
  • 1667241917790.png
    1667241917790.png
    30 KB · Views: 4
  • 1667241947645.png
    1667241947645.png
    20.6 KB · Views: 4
Upvote 0
Thank you, but it didn't work.. and I don't want to replace the E3 value because it's an input for several values to see the different results of F3, even higher than 0. I just want to know separately (in G3) the minimum hypothetical value of E3 to reach the F3=0
The formula doesn't need to replace E3, it can go anywhere. Try putting a 0 before it, like
Excel Formula:
=0-(((A3*D3)-B3)/C3)
 
Upvote 0
The formula doesn't need to replace E3, it can go anywhere. Try putting a 0 before it, like
Excel Formula:
=0-(((A3*D3)-B3)/C3)
ah ok, it worked now, I had to tweak a bit the formula with parenthesis but it works now. it was actually pretty straighforward but I didn't even think of it. thank you!!
 
Upvote 0
Upvote 0

Forum statistics

Threads
1,215,688
Messages
6,126,210
Members
449,299
Latest member
KatieTrev

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