Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
MonteUser
 
Posts: n/a
Default How can i set up a MONTE CARLO SIMULATION macro in Excel? thx

I'm looking for a simple macro for Monte carlo sim? I'd apprectiate any help.

many thanks

  #2   Report Post  
Mike Middleton
 
Posts: n/a
Default

Please see a reply in your multiple-post in
microsoft.public.excel.programming.

"MonteUser" wrote in message
...
I'm looking for a simple macro for Monte carlo sim? I'd apprectiate any
help.

many thanks



  #3   Report Post  
Bob Phillips
 
Posts: n/a
Default

Don't know about a simple formula, my understanding of Monte Carlo
simulations is that it is not simple, but the a search on Google using
'monte carlo excel vba' threw up 6,000+ entries. Take a look
http://tinyurl.com/axzsg

--

HTH

RP
(remove nothere from the email address if mailing direct)


"MonteUser" wrote in message
...
I'm looking for a simple macro for Monte carlo sim? I'd apprectiate any

help.

many thanks



  #4   Report Post  
 
Posts: n/a
Default

I've used the Crystal Ball addin to run MC simulations. I don't
think std Excel has the capability. Crystal Ball is pretty sweet but
it ain't cheap.

Check the following web site:
http://www.decisioneering.com/

  #5   Report Post  
Alok
 
Posts: n/a
Default

Hi Excel provides all the formulas for you to be able to do the Simulation
but you have to put them together yourself. For instance if you want to
simulate 10 tosses of a coin, you enter the formula to generate a random
number in A1 (=rand()) and another formula in B1 (=if(A1<=.5,"T","H")) and
copy A1:B1 in A2:B10. Then each time you recalculate, you get a result of 10
tosses of a coin.
You can generate random numbers in any range based on Normal and other
probablilty distributions as all those formulas are there.
Alok Joshi

"MonteUser" wrote:

I'm looking for a simple macro for Monte carlo sim? I'd apprectiate any help.

many thanks

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Software that works well with excel to conduct monte carlo simula. bcd financial Excel Discussion (Misc queries) 1 April 11th 05 04:10 PM
How can i made a monte Carlo simulation with Excel ? Bberni Excel Discussion (Misc queries) 1 April 5th 05 02:24 AM
How do I perform a Monte Carlo simulation in Excel? Pedro Fragoso Pires Excel Discussion (Misc queries) 2 February 26th 05 11:30 PM
Playing a macro from another workbook Jim Excel Discussion (Misc queries) 1 February 23rd 05 10:12 PM
Date macro Hiking Excel Discussion (Misc queries) 9 February 3rd 05 12:40 AM


All times are GMT +1. The time now is 07:59 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"