How to use goal seek without goal seek

odonovanc

Board Regular
Joined
Oct 4, 2017
Messages
60
Office Version
  1. 365
Let's say I have this set of data:

Sales
100​
Expenses
20​
Net Income
80​
Profit %
80.0%​

Sales is cell A1 and the 80% is cell b4. Simple data set. If I want to goal seek what sales needs to be to make 90%, is there a way to do this without using goalseek?
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
A little algebra:

Book1
ABC
1Sales100200
2Expenses2020
3Net Income80180
4Profit %80.0%90%
Sheet3
Cell Formulas
RangeFormula
C1C1=C2/(1-C4)
C3C3=C1-C2


Change the value in C4, and C1 and C3 will calculate. C2 is assumed to be a fixed cost, because if it were a variable cost based on the number of sales, you'd always get the same percentage. But you can change the fixed cost (C2) if you want.
 
Upvote 0

Forum statistics

Threads
1,215,071
Messages
6,122,964
Members
449,094
Latest member
Anshu121

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