Monte Carlo in Excel where inputs must equal 1

Tinkerz

Board Regular
Joined
Feb 26, 2007
Messages
179
I have a scenario to run in which there are 5 inputs that will result in a output from a formula.

The 5 inputs must equal 1,ie they are pecentages.

How can I get then get output from the resulting formula to be better the lower it is?

scenario and goal seek don't seem to work.

Is there a monte carlo method that has restraints?

Can the output be on a data table?

Thanks

Tinkz
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Have you taken a look at using the solver addin?

assume your inputs are in a1 - e1, and the function you're minimizing is in f1.

in e1 put in the formula =1-sum(a1:d1). This will make the sum of the 5 inputs equal to 1. Using the solver, add the constrants a1>=0, a1<=1,...,e1>=0,e1<=0.

set your target cell to be f1, and select the minimize option.

Hopefully this'll give you a start on the solution to your problem.
 
Upvote 0

Forum statistics

Threads
1,224,525
Messages
6,179,317
Members
452,905
Latest member
deadwings

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