Record Scenario Iteration Results macro

Closed
iuberrys Posts 1 Registration date Monday July 24, 2017 Status Member Last seen July 24, 2017 - Jul 24, 2017 at 04:49 PM
 Blocked Profile - Jul 24, 2017 at 04:52 PM
Hello, I have a financial projection spreadsheet that will result in a residual value in a certain cell. I want to run 1000 iterations using a macro and record the value of the cell in a column so that I can then look at the distribution of values. I am using a random number generator to mimic investment returns over a 45 year period. Essentially what I want to do is something like:

For X = 1 to 1000
Calc cell A1
Copy A1 to BX (where X goes from 1 to 1000)
Let X = X+1
If X>1000, end

I think that it should be super easy but I just don't know the syntax. I would be very appreciative of any help that I could get from this request. Thank you so much in advance.

Finest Personal Regards,

Chris
Related:

1 response

Blocked Profile
Jul 24, 2017 at 04:52 PM
Chris,

take a look at this: https://ccm.net/faq/53497-how-to-manipulate-data-in-excel-using-vba

I am certain you will find an example in that article that you will be able to engineer to fit your model!
0