• Link to Facebook
  • Link to Youtube
  • Link to LinkedIn
  • Link to X
  • Link to Tiktok
  • Link to Instagram
  • EN ESPAÑOL
    • Inicio
    • Glosario de Términos
    • Modelos Financieros
    • Tutoriales Cortos
  • A.CRE HELP
    • Support Section
    • Contact Us
  • LOGIN/REGISTER
  • Shopping Cart Shopping Cart
    0Shopping Cart
Adventures in CRE
  • A.CRE
    • A.CRE Home
    • A.CRE Help
    • Accelerator
      • Learn More
      • Login
    • AI.Edge
      • Learn More
      • Login
    • Artificial Intelligence
    • Careers
    • CRE Event Calendar
    • CRE Job Board
    • Education
    • Library of Excel Models
    • Meet the A.CRE Team
  • RE Modeling
    • 1031 Exchange
    • Audio Series
    • All-in-One (Ai1) Model
      • Download
      • Guides and Tutorials
      • Support
    • Ask Me Anything (Live)
    • Beginner’s Guide to Excel
    • Excel Models
      • Excel Add-ins
      • Library of Excel Models
      • All-in-One (Ai1) Model
      • Apartment
      • Condo
      • Debt
      • Development
      • Equity Waterfall
      • Hotel
      • Industrial
      • Office
      • Portfolio
      • Retail
      • Single Family
      • Tutorial
    • Excel Tips
    • Practice Library of Case Studies
    • Stochastic Modeling
    • Argus
    • My Downloads / My Account
  • Careers
    • About Careers in Real Estate
    • Ask Me Anything (Live)
    • Audio Series
    • Compensation in Real Estate
    • CRE Job Board
      • Find a Job
        • Browse Jobs
        • Post a Resume
        • Register
        • Login
      • Post a Job
    • CRE Event Calendar
    • CRE Interviews
    • Day in the Life Series
    • Real Estate Legal Content
    • What CRE Pros Do
  • Education
    • Accelerator
    • AI.Edge
    • A.CRE 101
    • Ask Me Anything (Live)
    • A.CRE Audio Series
    • Audio Series
    • Book Reviews
    • CRE Event Calendar
    • Deep Dive Series
    • Glossary of CRE Terms
    • Real Estate Legal Content
    • Real Estate Clubs
    • University Profiles
    • Watch Me Build
  • AI
    • AI Skills
    • AI Use Cases in CRE
    • AI for CRE Training
    • AI Tools for CRE
    • AI.Edge Membership
      • Learn More
      • Login
  • Accelerator
    • Accelerator Reviews
    • Accelerator Story
    • Enroll Now
    • Learn More
    • See What’s New
    • Enterprise Members Only
      • General Enterprise Login
      • ICSC Login
      • M&M Login
    • Members Only
      • Extend/Renew Membership
      • Login
      • Manage Membership
  • My Downloads
    • View My Downloads
    • Find an Excel Model
    • Register
    • Login
  • Click to open the search input field Click to open the search input field Search
  • Menu Menu
You are here: Home1 / Real Estate Financial Modeling2 / Excel Tips3 / How to Run Monte Carlo Simulations in Excel (Updated Aug 2024)
Spencer Burton
RE Education, Real Estate Financial Modeling, Excel Tips, Excel Models, Tutorial, Excel Add-ins, Stochastic Modeling, Deep Dive

How to Run Monte Carlo Simulations in Excel (Updated Aug 2024)

So you want to run Monte Carlo simulations in Excel, but your project isn’t large enough or you don’t do this type of probabilistic analysis enough to warrant buying an expensive add-in. Well, you’ve come to the right place. Excel’s built-in functionality allows for stochastic modeling, including running as many simulations as your computer’s processing power will support, and this short post with video tutorial walks you through the setup and the process of running Monte Carlo simulations in Excel without any add-ins necessary.

Probabilistic Analysis from a Real Estate Perspective

This is a commercial real estate blog, and therefore this tutorial looks at stochastic modeling from the perspective of a real estate professional. However, the great majority of the techniques shown in this post will work across disciplines.

I’ll also note, several of the concepts shown here I adapted from Keith Chin-Kee Leung’s excellente graduate thesis on the subject: Beyond DCF Analysis in Real Estate Financial Modeling: Probabilistic Evaluation of Real Estate Ventures.

Monte Carlo Simulations for Real Estate - Excel Nerd Level: 1,000,000

Monte Carlo Simulations for Real Estate – Excel Nerd Level: 1,000,000

What This Tutorial is Not

This post is not a course on probability analysis. As such, it assumes you have a basic understanding of probability, statistics, Excel, and know what a Monte Carlo simulation is. If you’d like to get a refresher on probability or statistics in general, I recommend taking a course on the subject. Here’s a free MOOC (massive open online course) offered by Duke:

  • Introduction to Probability and Data

The Scenario – An Apartment Deal

Before running your simulations, you’ll need a scenario to model. In this case, we’re going to run a basic discounted cash flow on a hypothetical apartment building to determine how much we’d be willing to pay for the property today. Here is what we know:

  1. The subject property has 10 units
  2. The subject property charges $1000/month for each unit; rents grow by 3% last year
  3. There is one unit vacant, and for simplicity we assume there will always be one unit vacant
  4. Expenses are $3,000 per month; expenses grow by 2% last year
  5. Comparable properties sell for a 5.5% – 6.0% cap rate today, but cap rates are expected to grow by about 5 basis points per year in the coming years (exit cap rate between 5.75% and 6.25%)
  6. Plan to hold the property for five years
  7. Target an 8% unleveraged return

Setting Up the Model

Next, I set up my Excel model in preparation for running the simulations (you can download the Excel workbook used in this tutorial at the end of this post).

  1. In column B and D, I drop in my base assumptions
  2. Cell G2 I label “DCF Value”
  3. In row 14, starting in cell F14 through K14, I add a period header with six periods including a period zero
  4. Cell E15 I label “Rent”
  5. Cell E16 I label “Expense”
  6. Cell E17 I label “Net Operating Income”
  7. Cell E18 I label “Residual Value”
  8. Cell L17 I label “Exit Cap”
  9. Cell E19 I lable “Net Cash Flow”
  10. Cell D14 I label “Growth Rate”
  11. In Cell G15 I write the formula: =9*12*$D$4*(1+$D15)^(G14-1) which means nine units (10 units less one vacant unit), times 12 months, times $D$4 ($1000 rent/unit/month), times one plus $D15 (the probable growth rate calculated in cell D15), raised to the period (G15) minus one (I subtract one because we don’t want rent to grow in year one). Since the proper absolute cell references have been created (e.g. $D$4 and $D15), I can then copy the formula right to cell K15.
  12. I follow a similar process for expenses, using the formula: =$D$7*12*(1+$D16)^(G14-1) in cell G16 and then copying that formula out to cell K16.
  13. In cells G17 through K17, I subtract expenses from rent (e.g. in G17 I write =G15-G16) to arrive at a net operating income for each year.
  14. In cell K18 I write the formula: =K17/L18 which means divide year five net operating income by the probable exit cap rate (L18).
  15. In cells G19 through K19 I add up the net cash flows for each year: net operating income in years one through four and net operating income plus residual value in year five.
  16. Finally, in cell G3 I calculate the present value of the cash flow stream in row 19 discounted back at 8% (the target unleveraged return) using the formula: =NPV(D12,G19:K19).

With the DCF set up, I can now move on to adding probability to my assumptions.

Adding Probability using the RANDBETWEEN() Function

In our scenario above, we have a couple of assumptions that are uncertain, and therefore would be great candidates for adding variability to. First, we need to choose a distribution type for our probability.

We have a number of options, the two most common being uniform distribution (constant probability where all outcomes are equally likely) and normal distribution (think bell curve probability where the resulting value is likely to be closer to the mean). For simplicity’s sake, we will choose a uniform distribution.

  1. In cell D15, I add uniform variability to the rent growth rate using the formula: =$D$5*RANDBETWEEN(-500,2000)/1000, which means take 3% (last year’s rent growth from cell $D$5) and multiple it by a random number between -0.5 and 2.0 (RANDBETWEEN(-50,200)/100) so that the resulting rent growth rate falls randomly between -1.5% and 6.0%.
  2. In cell D16, I add uniform variability to the expense growth rate using a similar formula: =$D$8*RANDBETWEEN(-500,2000)/1000, only in this case I take last year’s expense growth rate (2% from cell $D$8) and multiply it by a random number between -0.5 and 2.0 (RANDBETWEEN(-50,200)/100) so that the resulting expense growth rate falls randomly between -1.0% and 4.0%.
  3. Finally, in Cell L18, I add uniform variability to the exit cap rate using the formula: =D10*RANDBETWEEN(958.3,1041.7)/1000, which means take 6% (the average between the 5.75% and 6.25% expected range for exit cap rates in year five) and multiple it by a random number between 0.9583 and 1.0417 (RANDBETWEEN(958.3,1041.7)/1000) so that the resulting exit cap rate falls randomly between 5.75% and 6.25%.

You will see now when you press F9, that the rent growth rate, expense growth rate, and exit cap rate values change randomly, resulting in a random change in the cash flows and the overall discounted cash flow value.

Running Monte Carlo Simulations using Data Tables

With probability added to your model, you can begin to run your Monte Carlo simulations. This process involves building a data table, linked to your DCF value (G3) so that each simulation records the resulting DCF value from that simulation.

Here is how we run the Monte Carlo Simulations using the Data Table feature in Excel:

  1. Cell B27 I label “Simulation #”
  2. I link Cell C27 to the DCF Value (=G3)
  3. I number cells B28 through B1027 from 1 to 1000. To do this, I first set cell B28 to 1. I next enter the formula =B28+1 into cell B29. Lastly, I copy the formula in B29 down to cell B1027.
  4. With the simulations numbered and cell C27 linked to the DCF value, I select cells B27 through C1027 and click the ‘Data table’ feature (Data>What-If-Analysis>Data Table).
  5. I leave the ‘Row input cell:’ box blank, and click on the ‘Column input cell’ box. I select an empty cell in the worksheet (which cell does not matter so long as it is a cell that is always blank), hit enter, and then ‘OK’.
  6. The data table will update with 1,000 iterations of our simulation and voila you’ve run a Monte Carlo simulation in Excel using the data table.
The probably range of values, with $1.2 million being "Expected Value"

The probable range of values, with $1.2 million being the “Expected Value”

The Expected Value – What You Might be Willing to Pay

The mean (average) of all the simulations is your “Expected Value” or what you might be willing to pay for the subject property given your assumptions. In my case, the expected value is about $1.2 million.

I also like to calculate the minimum, maximum, and standard deviation of the simulations to get a feel for the range of the values. So for instance, in this case, the minimum is around $925,000 and the maximum is around $1.5 million. What this means is that there was an instance where I would need to pay $925,000 in order to hit an 8% return and there was an instance where I could pay $1.5 million to hit an 8% return.

Nonetheless, the more simulations you run, the more the values will create a normative pattern where you have a 68% probability that the value will be one standard deviation from the mean and a 95% probability that the value will be two standard deviations from the mean (the 68-95-99 rule). Therefore, the smaller the standard deviation, the more certain you can be about your expected value.

So in conclusion, for our hypothetical apartment building, we’d be willing to pay somewhere between $925,000 and $1.5 million with $1.2 million being the most likely purchase price.

Video Tutorial – Running Monte Carlo Simulations in Real Estate

As a complement to the written tutorial above, I’ve recorded a video that walks through doing your own Monte Carlo simulations for real estate in Excel.

Follow Along Using the Excel File from the Video

To make this Monte Carlo simulation tutorial accessible to everyone, it is offered on a “Pay What You’re Able” basis with no minimum (enter $0 if you’d like) or maximum (your support helps keep the content coming – similar real estate course modules sell for $100 – $300+). Just enter a price together with an email address to send the download link to, and then click ‘Continue’. If you have any questions about our “Pay What You’re Able” program or why we offer our models on this basis, please reach out to either Mike or Spencer.

Proceed to Download Page

Conclusion

In conclusion, by leveraging Excel’s built-in functionality, you can effectively run Monte Carlo simulations without the need for costly add-ins. To continue expanding your knowledge of Monte Carlo Simulations and other commercial real estate concepts, consider checking out our A.CRE AI Assistant. This tool uses AI to provide personalized guidance, answer your CRE questions, and help you with financial modeling and analysis. Whether you’re a seasoned professional or new to the field, the A.CRE AI Assistant can enhance your understanding and efficiency.


Frequently Asked Questions about Running Monte Carlo Simulations in Excel for Real Estate

What is the purpose of Monte Carlo simulations in real estate modeling?

Monte Carlo simulations help model uncertainty by running thousands of randomized scenarios, allowing analysts to see a range of possible outcomes and calculate an “expected value” for real estate investments based on probabilistic inputs.

Do I need any special add-ins to run Monte Carlo simulations in Excel?

No. The tutorial shows how to run simulations using only Excel’s built-in functions, including RANDBETWEEN() and Data Table, without any third-party add-ins.

What kind of scenario is used in this tutorial?

The example models a DCF analysis of a 10-unit apartment building over five years, incorporating rent, expenses, and a variable exit cap rate to determine what a buyer might be willing to pay.

Which inputs were given variability in the simulation?

Three inputs include variability using RANDBETWEEN():

Rent growth rate: between -1.5% and 6.0%

Expense growth rate: between -1.0% and 4.0%

Exit cap rate: between 5.75% and 6.25%

How is the present value (DCF value) calculated in the model?

The model calculates the present value using the formula =NPV(discount_rate, cash_flows). In the example, the target unleveraged return is 8%, and the cash flows from each year are discounted accordingly.

How are the simulations executed in Excel?

Simulations are executed using Excel’s Data Table feature, which repeats the calculation of the DCF value across 1,000 rows, each time generating a new set of random inputs.

What does the “Expected Value” represent?

The Expected Value is the mean of all the simulation results. It represents the most probable price you might be willing to pay given the modeled variability in rent, expenses, and cap rate.

How can I assess the risk or variability in the results?

You can use the standard deviation, minimum, and maximum of the simulation results to understand the spread and risk. A smaller standard deviation means more confidence in the expected value.

Is the Excel file from the tutorial available for download?

Yes. The Excel file can be downloaded on a “Pay What You’re Able” basis. Simply enter a price (including $0) and an email address to receive the download link.


About the Author: Spencer Burton is Co-Founder and CEO of CRE Agents, an AI-powered platform training digital coworkers for commercial real estate. He has 20+ years of CRE experience and has underwritten over $30 billion in real estate across top institutional firms.

Spencer also co-founded Adventures in CRE, served as President at Stablewood, and holds a BS in International Affairs from Florida State University and a Masters in Real Estate Finance from Cornell University.

Contact Spencer
by Spencer Burton
Share this entry
  • Share on X
  • Share on LinkedIn
  • Share by Mail
  • Link to Instagram
  • Link to Youtube
https://www.adventuresincre.com/wp-content/uploads/2019/09/Monte-Carlo-Simulation.webp 1024 1024 Spencer Burton https://adventuresincre.com/wp-content/uploads/2022/04/logo-transparent-black-e1649023554691.png Spencer Burton2024-08-18 12:30:542025-06-26 13:47:12How to Run Monte Carlo Simulations in Excel (Updated Aug 2024)
You might also like
Apartment Acquisition Model with Monte Carlo Simulation Module (Updated Jan 2021)
A.CRE 101 – Create Smart Drop-Down Menus in Real Estate Modeling
Build Your Future: Considerations for an MBA Real Estate Program
IRR vs Discount Rate: Two Sides of the Same Coin (Case Study + Model) (Updated March 2026)
Using Conditional Formatting in Real Estate Financial Modeling
Tutorial on How to Model Irregular Growth Rates in Real Estate
Accelerator - Learn More

Featured Content

  • RE Financial Modeling Training
  • Library of Excel Models
  • Post a Job – It’s Free
  • Master Financial Modeling
  • Technical Interview Guide
  • Definitive Guide to Excel
A.CRE Library of Excel Models

Recent Posts

  • A.CRE Real Estate Financial Models Download Guide (Updated Jun 2026)
  • Episodio 3 de Multiplicadores: La Brecha de la IA Ya Está Aquí
  • Nuevo Contenido en Español (Actualizado Junio 2026)
  • An AI Skill for the A.CRE Short-Term Rental Acquisition Model
  • Short-Term Rental Acquisition Model (Updated June 2026)

Note About Models

Models downloaded from A.CRE may contain errors. Verify formulas/methodology before basing investment decisions on any model here. Read our Terms and Conditions of Use and Disclaimer.

★★★★★

Accelerator Reviews

Search Adventures in CRE

Search Search

Have a Question or Need Help?

Visit our Help Section

Contact Adventures in CRE

  • Visit A.CRE Help
  • Via Email
  • Via LinkedIn

You Might Also Like

  • Real Estate Modeling Courses
  • Real Estate Financial Modeling
  • A.CRE Job Board
  • Careers in Commercial Real Estate
  • Real Estate Education

A.CRE Library of Excel Models

  • Browse Excel Models
  • Login/Register
  • View My Downloads
  • Edit Account Details

Terms, Policies, and Disclaimer

  • Privacy Policy
  • Cookie Policy
  • AI Usage Policy
  • Terms of Use
  • Disclaimer
© 2014 - Present - Copyright - www.AdventuresinCRE.com, LLC | Adventures in CRE | A.CRE
  • Link to Facebook
  • Link to Youtube
  • Link to LinkedIn
  • Link to X
  • Link to Tiktok
  • Link to Instagram
Link to: Through The Entitlement Process: Identifying Risks and Strategies For Mitigation (Updated Aug 2024) Link to: Through The Entitlement Process: Identifying Risks and Strategies For Mitigation (Updated Aug 2024) Through The Entitlement Process: Identifying Risks and Strategies For Mitigation...Through The Entitlement Process Link to: ¡La Experiencia de A.CRE en el Gran Salón Inmobiliario de Bogotá 2024! Link to: ¡La Experiencia de A.CRE en el Gran Salón Inmobiliario de Bogotá 2024! ¡La Experiencia de A.CRE en el Gran Salón Inmobiliario de Bogotá 2024!
Scroll to top Scroll to top Scroll to top