Calculate Benefits-to-Costs ratio - want to obtain specific integers (1-4). Current method is trial-and-error for costs, possible to automate?

SleightOfHand

New Member
Joined
Jun 19, 2020
Messages
17
Office Version
  1. 365
Platform
  1. Windows
My thread title is missing some connectives and such because of char limit and it's hard to fit everything in.


Currently, we have a model used to calculate a benefits-to-cost ratio, BCR, which involves other parameters. This is a really simplistic, watered-down version to describe what's occurring. Sorry if it's confusing.

Book1
ABCDEFGHIJKLMNOPQR
11Raw Costs -£930,000
22Indice 1 1.022
33Costs-£950,460
4
54 BIAS54%
65Biased Costs-£1,463,708
7
86Tax1.19
97Biased Costs * Tax-£1,741,813.00
10
118Discount Rate0.662
129Discounted Costs-£1,153,080.20
13
1410Other discount0.91
1511New Costs£1,049,302.99(positive for purpose of calculation)
16
1712Format1,000,000
1813Overall Costs - in millions1.05
1914Revenues -0.75Obtained separatelyBCR Off?0
2015Benefits0.6Obtained separatelyCurrent Costs-£930,000
2116BCR2.00Suggested Costs????
22
23
24
25
26
27
28
29
Sheet1
Cell Formulas
RangeFormula
E3E3=E1*E2
E6E6=E3*(1+E5)
E9E9=E8*E6
E12E12=E9*E11
E14E14=0.1+0.81
E15E15=-(E14)*E12
E18E18=E15/E17
O19O19=IF(ISNUMBER(E21),IF(NOT(OR(ROUND(E21,2)={1,2,3,4})),1,0))
O20O20=E1
E21E21=E20/(E19+E18)





Sometimes we don't get near to our integers, so we have to keep retrying costs to see if we can try and get closer to that. At present, the RAW costs are what we try and manipulate because that's an estimation of a potential scheme. 930,000 works for this current scheme, but initially we had 1,000,000 etc and had to try and reduce it until we got to 2.00 or very close to it.


I would like to know if it's possible to make a separate calculation that gives you a suggestion of what raw costs to use to obtain the specified value (shown in the sheet), if our BCR is not at the specified integer we want.

Many thanks for any help
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
Sorry, I forgot to add that there should be option there of 1,2,3,4 within or near to the N19:O21 range to highlight the selected BCR that we are looking for.
 
Upvote 0
All those formulas are pretty basic. It would take some algebraic manipulation, but I'd think you could come up with a formula to get what you need. But a faster way might be to use Goal Seek. Go to the Data tab > What-If Analysis > Goal Seek > and set cell E21 to 2 (or 1, 3, or 4), by changing cell E1.
 
Upvote 0
Wow I had no idea that even existed. Thank you very much. Yeah the formulas are pretty basic in that sheet.

Honestly just because many people here hate using things from the toolbar, and seem to forget easily, a formula just to look at may be easier. Would that be too hard to do?
 
Upvote 0
Not particularly hard, but tedious. I'd have to write all of your formulas as equations, using E1, E2, etc. as the variables, then solve for E1. I don't have time to do that right now, but if I come up with some time, I might give it a shot.
 
Upvote 0
Try:

Book1
ABCDEFGHIJKLMNO
11Raw Costs -930000
22Indice 1 1.022
33Costs-950460
4
54 BIAS0.54
65Biased Costs-1463708
7
86Tax1.19
97Biased Costs * Tax-1741813
10
118Discount Rate0.662
129Discounted Costs-1153080
13
1410Other discount0.91
1511New Costs1049303(positive for purpose of calculation)
16
1712Format1000000
1813Overall Costs - in millions1.049303
1914Revenues -0.75Obtained separately
2015Benefits0.6Obtained separatelyBCR2
2116BCR2.004658Suggested Costs-930617.766
Sheet3
Cell Formulas
RangeFormula
E3E3=E1*E2
E6E6=E3*(1+E5)
E9E9=E8*E6
E12E12=E9*E11
E14E14=0.1+0.81
E15E15=-(E14)*E12
E18E18=E15/E17
E21E21=E20/(E19+E18)
O21O21=(E19*E17-E20*E17/O20)/E14/E8/E11/E2/(E5+1)


Put your desired BCR in O20, and the suggested costs will come up in O21. Note that the formula in O21 uses all of the constant cells in column E, and none of the formulas. If those formulas change, the O21 formula will have to change also. But you can change any of the constants (like if the discount changes in E11) and the formula will also adapt.
 
Upvote 0

Forum statistics

Threads
1,215,040
Messages
6,122,806
Members
449,095
Latest member
m_smith_solihull

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