"What is the minimum I must raise [input] to make [output] >= zero?"

crypkilla

New Member
Joined
Nov 26, 2016
Messages
3
I have a financial model (revenues, expenses, etc.) and the bottom line is cash flow. I have a dashboard where users can change inputs (price of products, when certain one-time expenses occur) that impact cash flow.

Depending on the inputs, cash flow might end up negative.

I need to know the minimum amount to raise a single input (say the price of a single product) in order to make cash flow greater than or equal to zero.

In other words, I need to know "what is the minimum amount I must raise the price of this product so that cash flow is greater than or equal to zero (keeping in mind that cash flow might already be greater than zero)?

This doesn't seem to be a job for goal seek alone. Is there a way to use solver to accomplish this? I ultimately must do this for each year, but I'd like to work out how to do for a single year first, then I plan to just make a macro to do whatever needs doing multiple times (the pro forma is for 10 years).
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
There is an add-in that comes with Excel called Solver. It allows you to set not just the input/output range, but also multiple other constraints. I would look into that.
 
Upvote 0
Thank you, but I'm familiar with Solver (as mentioned in my post). The constraints won't help me. I need to "Set Objective" cell (my cash flow) to "value" and I would need the value to be greater than or equal to zero. But you can't use a formula for a value.

Hopefully, someone can offer some more specific advice.
 
Upvote 0
Thank you for the insult. It is as if I didn't know how Solver works. This puts me right back into place.

If you post a more specific example of the model you are trying to solve, perhaps then you will get some more specific advice to your specific situation.
 
Upvote 0
I'm sorry.

Here is my spreadsheet.
Year 1Year 2Year 3
Product price this year
$10$10$10
Number of products sold
75
70100
Revenue$750$700$1,000
Expenses
$2,500$500$3,000
Cash Flow($1,750)$200($2,000)

<colgroup><col><col span="3"></colgroup><tbody>
</tbody>

I need a way to raise the product price by the minimum amount necessary each year to bring cash flow to zero. As you can see, the product price does not need to be raised in Year 2.

And whatever I do, I need to make a macro so users can easily change the product prices again after making changes to expenses.
 
Upvote 0
If you use Goal Seek, you will see that your selling price in Year 1 should be $33/unit, and in Year 3 should be $30/unit. However, you can keep your unit price at $10 in Year 2?? That doesn't make much sense.

It seems like you need to set up a more robust model to get a more reasonable number.
 
Upvote 0

Forum statistics

Threads
1,215,135
Messages
6,123,238
Members
449,093
Latest member
Vincent Khandagale

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