+ Reply to Thread
Results 1 to 5 of 5

How to run a model in excel multiple times

  1. #1
    Registered User
    Join Date
    06-14-2013
    Location
    Delft, The Netherlands
    MS-Off Ver
    EXCEL 2011 for MAC
    Posts
    13

    How to run a model in excel multiple times

    Hi there!!

    I need to run my model multiple times since it is full of random variables and in this matter I want to develop a reliable model. Therefore i need the 95% confidence interval but I don't really now how to apply this. Also I really don't know how to simulate a model and then have excel memories all the previous values so I can draw a graph to see what the distribution of those variables are.

    This is the first time I made a quantitative model in Excel, and it's been going quite well but my thesis needs to be deliverd on monday so I really need my model to run !! Thanks in advance!!

  2. #2
    Valued Forum Contributor
    Join Date
    03-29-2013
    Location
    United Kingdom
    MS-Off Ver
    Office/Excel 2013
    Posts
    1,749

    Re: How to run a model in excel multiple times

    Presumably you have a macro which generates a series of n datapoints based on your model.

    What you need is a Master looping macro which will perform three functions :-
    1) Run the model
    2) Moved the result data to a storage area
    3) Repeat

    That's easy enough to do but I need to know where your result data series is
    Elegant Simplicity............. Not Always

  3. #3
    Registered User
    Join Date
    06-14-2013
    Location
    Delft, The Netherlands
    MS-Off Ver
    EXCEL 2011 for MAC
    Posts
    13

    Re: How to run a model in excel multiple times

    thank you for responding!

    What do you mean by result data? The variables of which I'd like to get a graph? Attached I send my workbook, this is my final model with all calulations included.
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    06-14-2013
    Location
    Delft, The Netherlands
    MS-Off Ver
    EXCEL 2011 for MAC
    Posts
    13

    Re: How to run a model in excel multiple times

    So when I have to make a Macro I do it in Developer or something? But what are the codes that I have to type? I've never done this before haha so would be great if you could help me!!

  5. #5
    Valued Forum Contributor
    Join Date
    03-29-2013
    Location
    United Kingdom
    MS-Off Ver
    Office/Excel 2013
    Posts
    1,749

    Re: How to run a model in excel multiple times

    NP... gimme 10 minutes

    ........... OK I've had a look and first impression tells me the data layout doesn't really help facilitate simulation ...

    I think as a first step you need to select all the cells containing the output results for each sheet and give them a collective name. That way we can step through each cell and transfer results to an output worksheet.

    To do that simply hold down the CTRL key , select all the cells and then type a name in the name box
    Last edited by AndyLitch; 06-30-2013 at 08:19 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1