A commercial real estate acquisition model in Excel is the single analytical tool that determines whether a deal gets funded or killed — and building one correctly requires a specific worksheet architecture, formula logic, and return calculation sequence that most generic financial modeling guides skip entirely.
Key Takeaways
- A CRE acquisition model needs at least 6 linked worksheets: Assumptions, Purchase, Financing, Operating Pro Forma, Cash Flows, and Returns.
- Institutional investors typically target a levered IRR of 12-18% for value-add multifamily and 8-12% for stabilized core office, according to NCREIF benchmarks.
- Commercial lenders generally require a minimum debt service coverage ratio (DSCR) of 1.20x-1.25x, meaning net operating income must exceed annual debt service by at least 20-25%.
- Cap rates for Class A multifamily in primary markets averaged 4.5-5.5% in 2023, while industrial assets traded at 4.0-5.0%, per CBRE research.
- A 5-year hold with a Year 5 exit cap rate 50 basis points above the going-in cap rate is the most common base-case assumption in institutional underwriting.
- Sensitivity tables testing purchase price and exit cap rate simultaneously are the single most-requested output by investment committees.
- Pre-built Excel templates from eFinancialModels cut model build time from 40+ hours to under 4 hours for a standard acquisition.
What Is a Commercial Real Estate Acquisition Model?
A commercial real estate acquisition model is a structured Excel workbook that projects the cash flows, financing costs, and investment returns for a property purchase over a defined holding period, typically 5 to 10 years. It answers three questions for every deal: What does it cost to buy and operate? What does it return to equity investors? And how sensitive are those returns to changes in key assumptions?
This model differs from a development pro forma, which tracks construction draws and lease-up risk, and from a refinancing analysis, which focuses on debt restructuring. The acquisition model starts at closing and ends at disposition, capturing everything in between: rent growth, vacancy, capital expenditures, debt service, and the terminal sale.
Institutional buyers, private equity sponsors, family offices, and individual investors all use acquisition models. The structure is consistent across buyer types; the complexity scales with deal size and capital stack.

The 6-module chain ensures every output traces back to a single assumption input, eliminating hardcoded errors.
Essential Components of a CRE Acquisition Model in Excel
Every CRE acquisition model in Excel contains six core modules, each feeding the next in a logical chain. Skipping or combining modules creates circular reference errors (where a formula refers back to itself, causing Excel to loop endlessly) and makes auditing nearly impossible. Excel’s IRR function can handle an array of up to 29 cash flow values in its basic form (Source), which is more than sufficient for a standard 5- to 10-year hold period model.
The six modules are:
- Purchase Price and Closing Costs — total acquisition basis including broker fees, transfer taxes, title insurance, and legal costs. Closing costs typically run 1-3% of purchase price for commercial transactions.
- Financing Structure — loan amount, interest rate, amortization schedule, interest-only period, and balloon payment at exit.
- Operating Pro Forma — gross potential rent, vacancy and credit loss, effective gross income, operating expenses, and net operating income (NOI). NOI is the property’s income before debt service and capital expenditures.
- Capital Expenditure Reserve — tenant improvement allowances (TI), leasing commissions (LC), and capital reserves modeled as separate line items, not buried in operating expenses.
- Cash Flow Waterfall — NOI minus debt service minus capex equals levered free cash flow distributed to equity investors.
- Return Metrics — IRR (internal rate of return, the annualized return that makes the net present value of all cash flows equal zero), equity multiple, and cash-on-cash return for each year.
Excel Worksheet Structure and Architecture
The most efficient CRE acquisition model architecture uses one worksheet per module, with a dedicated Assumptions tab as the single source of truth. Every input lives on the Assumptions tab; every other tab pulls from it using direct cell references.
Here is the recommended tab order and purpose:
| Tab | Purpose | Key Outputs |
|---|---|---|
| Assumptions | All inputs | Purchase price, rent, cap rate, loan terms |
| Purchase | Acquisition basis | Total cost, equity required |
| Financing | Debt schedule | Annual debt service, balloon |
| Pro Forma | Revenue and expenses | NOI by year |
| Cash Flows | Levered cash flows | Free cash flow to equity |
| Returns | IRR, EM, CoC | Investment decision metrics |
| Sensitivity | Scenario tables | IRR under varied assumptions |
Use absolute cell references (locking a cell address with $ signs so it does not shift when copied, e.g., =$B$5) when pulling from the Assumptions tab. Use relative references (which shift automatically when copied) only within the same tab for row-by-row calculations like monthly amortization.
Name your key assumption cells using Excel’s Name Manager (Formulas tab, Define Name). Naming B5 as PurchasePrice makes formulas like =PurchasePrice*0.65 readable and auditable without hunting across tabs. A single Excel workbook can contain up to 255 sheets (Source), so there is no practical constraint on adding property-type-specific tabs as your model library grows.

Named cells in the Assumptions tab (e.g., PurchasePrice, ExitCapRate) make formulas readable and auditable across all linked tabs.
Building the Purchase Price and Closing Costs Module
The Purchase tab calculates total acquisition basis, which is the all-in cost the model uses to size equity and compute returns. Start with the contract purchase price, then add each closing cost as a separate line item with its own percentage assumption on the Assumptions tab.
Worked Example: $10M Office Acquisition
Here’s the math for a $10,000,000 office building purchase:
- Purchase Price: $10,000,000
- Broker Fee (1.0%): $100,000
- Transfer Tax (0.5%): $50,000
- Title and Legal (0.3%): $30,000
- Loan Origination Fee (1.0% of loan): $65,000 (on a $6.5M loan)
- Immediate Capex Reserve: $200,000
- Total Acquisition Basis: $10,445,000
With a 65% loan-to-value (LTV) ratio, the loan is $6,500,000 and required equity is $3,945,000. The going-in cap rate equals Year 1 NOI divided by purchase price. If Year 1 NOI is $600,000, the going-in cap rate is 6.0% ($600,000 / $10,000,000).

Going-in cap rate = Year 1 NOI / Purchase Price = 6.0%; Exit value at 6.5% cap on Year 6 NOI = $9.54M; Levered IRR ≈ 14.2%
The exit value in Year 5 uses an exit cap rate applied to Year 6 NOI (the buyer’s first year of ownership): =Year6_NOI / ExitCapRate. Selling costs of 1.5-2.0% reduce net sale proceeds before computing equity reversion.

Closing costs of 1-3% of purchase price add $180,000-$445,000 to the acquisition basis on a $10M deal, directly reducing equity returns.
Modeling Debt Financing and Loan Schedules in Excel
The Financing tab builds the full debt schedule, including interest-only periods, amortizing payments, and the balloon payment due at exit. Commercial lenders generally require a minimum DSCR of 1.20x-1.25x (Source), meaning NOI must cover annual debt service by at least that margin.
For a $6,500,000 loan at 6.5% interest, 25-year amortization, with a 2-year interest-only period:
- Years 1-2 (Interest Only): Annual interest = $6,500,000 × 6.5% = $422,500
- Years 3-10 (Amortizing): Use Excel’s
=PMT(rate/12, nper, pv)function to calculate monthly payment, then multiply by 12 for annual debt service. The PMT function accepts up to 5 arguments (Source) and is the standard tool for fixed-payment loan schedules in CRE models. =PMT(6.5%/12, 25*12, -6500000)= approximately $43,900/month = $526,800/year- Year 5 Balloon: Use
=FV(rate/12, periods, payment, pv)to calculate the outstanding balance at the end of Year 5, which becomes the balloon payment due at sale.
For bridge loans (short-term floating-rate loans used for value-add acquisitions before stabilization), model the interest rate as a spread over SOFR (the Secured Overnight Financing Rate, which replaced LIBOR as the benchmark for floating-rate debt). Build a SOFR assumption on the Assumptions tab so you can stress-test rising rate scenarios.
Mezzanine debt (a second layer of financing that sits between senior debt and equity, typically at 10-14% interest) adds a second loan block to the Financing tab. Model it identically to senior debt but with its own rate, term, and repayment priority in the waterfall.

A 2-year interest-only period reduces early debt service by $104,300/year on a $6.5M loan, improving initial DSCR and cash-on-cash returns.
Constructing the Operating Pro Forma
The Pro Forma tab projects revenue and expenses for each year of the holding period. Build it in this sequence: gross potential rent, then vacancy and credit loss, then other income, then operating expenses, then NOI.
Revenue section:
- Gross Potential Rent (GPR): Current in-place rent escalated by an annual rent growth assumption (typically 2-4% for multifamily, 1-3% for office)
- Vacancy and Credit Loss: GPR multiplied by a vacancy rate assumption. CBRE data shows stabilized multifamily vacancy averaged 5.8% nationally in 2023, while office vacancy in major markets exceeded 18%.
- Other Income: Parking, laundry, storage, or ancillary fees
- Effective Gross Income (EGI): GPR minus vacancy plus other income
Expense section:
Operating expense ratios (total operating expenses as a percentage of EGI) vary significantly by property type. According to the Institute of Real Estate Management (IREM), typical expense ratios run 35-45% for multifamily, 40-55% for office (which carries higher management and maintenance costs), and 15-25% for net-lease industrial (where tenants pay most expenses directly).
Model each expense line separately: property taxes, insurance, management fee (typically 3-5% of EGI), maintenance and repairs, utilities, and administrative costs. Never lump them into a single percentage — lenders and investment committees will reject that level of imprecision.
Capital expenditures below the NOI line:
- Tenant Improvement Allowances: For office, budget $40-80 per square foot for new leases and $20-40 for renewals, per CBRE leasing cost data.
- Leasing Commissions: Typically 4-6% of total lease value for new leases, 2-3% for renewals.
- Capital Reserves: $250-350 per unit per year for multifamily; $0.15-0.25 per square foot per year for industrial.

Operating expense ratios range from 15-25% for NNN industrial to 40-55% for office, making property-type-specific line items essential.
Cash Flow Waterfall and Return Calculations
The Cash Flows tab assembles all prior tabs into a single timeline of cash flows, then the Returns tab computes investment performance metrics. The waterfall (the sequence in which cash flows are distributed to different capital providers) runs: NOI, then subtract debt service, then subtract capex, then distribute remaining cash to equity.
The three return metrics every investment committee requires:
- IRR (Internal Rate of Return): Use
=IRR(cash_flow_range)in Excel. The cash flow range starts with the initial equity investment as a negative number (cash out), followed by annual levered free cash flows, with the equity reversion added to the final year. A levered IRR of 15% on a value-add multifamily deal means equity investors earn 15% annually on their invested capital, accounting for the timing of all cash flows.
- Equity Multiple (EM): Total cash returned to equity divided by total equity invested.
=SUM(all_equity_distributions) / initial_equity. An equity multiple of 1.8x means investors receive $1.80 for every $1.00 invested. Institutional value-add targets typically require 1.7x-2.2x over a 5-year hold.
- Cash-on-Cash Return (CoC): Annual levered free cash flow divided by initial equity invested.
=Year_N_FCF / Initial_Equity. This metric matters most to income-focused investors who need current yield, not just terminal returns.
According to NCREIF (National Council of Real Estate Investment Fiduciaries), core real estate strategies historically target 8-10% total returns, while value-add strategies target 12-18% levered IRR (Source).

The waterfall sequence (NOI minus debt service minus capex) determines levered free cash flow, which drives IRR and equity multiple calculations.
Property Type-Specific Model Adjustments
The base model structure stays consistent across property types, but revenue drivers, expense line items, and lease structures differ materially. Applying a multifamily model to an office deal without adjustment will produce incorrect NOI and misleading returns.
| Property Type | Revenue Driver | Key Expense Add | Lease Structure | Typical Hold |
|---|---|---|---|---|
| Multifamily | Unit rent × occupancy | Turnover costs | Gross (landlord pays opex) | 5-7 years |
| Office | NNN rent + escalations | TI and LC reserves | Modified gross or NNN | 7-10 years |
| Retail | Base rent + % of sales | Anchor TI allowances | Triple net (NNN) | 7-10 years |
| Industrial | NNN rent | Minimal (tenant pays) | Triple net (NNN) | 5-7 years |
| Mixed-Use | Blended by component | Allocated by use | Mixed | 7-10 years |
For multifamily, model rent at the unit level (studio, 1BR, 2BR) with separate vacancy rates by unit type. For office, model each tenant’s lease separately with expiration dates, renewal probability, and downtime between leases. For retail, include a percentage rent clause (additional rent triggered when tenant sales exceed a breakpoint). For industrial, the model is simplest: NNN leases mean tenants pay taxes, insurance, and maintenance directly, so the landlord’s expense line is minimal.
Sensitivity Analysis and Scenario Testing
Sensitivity analysis in Excel uses Data Tables (a built-in Excel feature that recalculates a formula across a grid of input values) to show how IRR changes when two assumptions vary simultaneously. This is the most powerful output in any CRE acquisition model.
To build a two-variable data table for IRR vs. purchase price and exit cap rate:
- Place the IRR formula in a cell (e.g.,
=IRR(C5:C15)) at the top-left corner of your table range. - List purchase price variations across the top row (e.g., $9M, $9.5M, $10M, $10.5M, $11M).
- List exit cap rate variations down the left column (e.g., 5.0%, 5.5%, 6.0%, 6.5%, 7.0%).
- Select the full table range, go to Data, What-If Analysis, Data Table, and assign the row input cell (purchase price assumption) and column input cell (exit cap rate assumption).
- Excel populates every cell in the grid with the IRR at that combination of inputs.
Color-code the table using conditional formatting: green for IRR above your hurdle rate (e.g., 15%), yellow for 10-15%, red for below 10%. Investment committees read this table in seconds and immediately see the deal’s risk profile.
Build a separate Scenario Manager (Data, What-If Analysis, Scenario Manager) for named scenarios: Base Case, Bull Case (higher rent growth, lower exit cap), and Bear Case (higher vacancy, higher exit cap, rising rates). Each scenario stores a complete set of assumption values and lets you switch between them with one click.
Common Excel Errors in CRE Acquisition Models
Five mistakes appear repeatedly in CRE acquisition models built without a structured template:
1. Circular references in construction interest calculations. When interest accrues on a loan balance that itself includes prior interest, Excel creates a circular reference. Fix this by enabling iterative calculation (File, Options, Formulas, Enable Iterative Calculation) or by breaking the circularity with a prior-period balance reference.
2. Hardcoded numbers in formula cells. Typing =600000*1.03 instead of =NOI_Year1*(1+RentGrowth) makes the model impossible to audit and breaks when assumptions change. Every variable must trace back to the Assumptions tab.
3. Mixing pre-tax and after-tax cash flows. CRE acquisition models typically operate on a pre-tax basis for the operating cash flows, then apply depreciation and tax benefits separately. Mixing the two in the same cash flow column produces IRR figures that are neither pre-tax nor after-tax, and therefore meaningless.
4. Incorrect IRR formula range. The =IRR() function requires the initial equity investment as a negative number in the first cell of the range. Omitting the negative sign or starting the range in Year 1 instead of Year 0 produces a wildly incorrect IRR. Always verify: =IRR({-3945000, 150000, 175000, 200000, 225000, 4500000}) should return approximately 14.2% for this example.
5. Ignoring lease-up timing in the pro forma. Assuming 100% occupancy from Day 1 on a value-add acquisition overstates early-year NOI. Model a lease-up curve: 70% occupancy in Month 1, ramping to 93% by Month 18, with corresponding TI and LC costs in those early periods.
Pre-Built Templates vs. Custom Models
Building a CRE acquisition model from scratch takes an experienced analyst 30-50 hours for a fully functional, multi-property-type model. Pre-built templates from eFinancialModels deliver the same functionality in under 4 hours of customization, with pre-configured worksheets, dynamic sensitivity tables, and built-in error checks already in place.
Choose a pre-built template when: you need to evaluate a deal quickly, you lack a senior modeler to build from scratch, or you want a consistent format across multiple deals for portfolio comparison.
Build from scratch when: the deal has a highly unusual structure (ground lease, EB-5 financing, complex joint venture waterfall) that no template accommodates, or when your firm requires a proprietary model format for investment committee presentations.
When evaluating any pre-built template, verify these 5 must-have features:
- Dynamic loan schedule with interest-only toggle
- Two-variable sensitivity data tables (not just single-variable)
- Separate capex module below the NOI line
- Property-type selector that adjusts revenue and expense line items
- Unlocked cells so you can customize assumptions without breaking formulas
EFM’s commercial real estate financial models include all five features and cover multifamily, office, retail, and industrial property types. For analysts who need a broader library of real estate valuation templates, EFM’s catalog includes DCF-based models, waterfall distribution models, and three-statement real estate models.
For teams that need a custom financial modeling service for a deal with a non-standard structure, EFM also offers bespoke model builds.
Frequently Asked Questions About CRE Acquisition Models in Excel
What is the standard holding period assumption in a CRE acquisition model?
The most common holding period in institutional CRE underwriting is 5 years, though value-add deals with longer lease-up timelines often use 7 years and core office or retail deals frequently model 10 years. The holding period directly affects IRR because longer holds dilute the impact of the equity reversion on the annualized return. A deal returning 1.8x equity multiple over 5 years produces a 12.5% IRR; the same 1.8x multiple over 10 years produces only a 6.1% IRR. Always model at least two holding periods (5-year and 7-year) in your sensitivity table to show the committee how time affects returns.
What DSCR do commercial lenders require for CRE acquisitions?
Most commercial lenders require a minimum debt service coverage ratio of 1.20x to 1.25x at origination, meaning the property’s NOI must exceed annual debt service by 20-25%. Agency lenders (Fannie Mae, Freddie Mac) for multifamily typically require 1.25x DSCR at a stressed interest rate (often 25-50 basis points above the actual note rate). Life insurance companies and CMBS lenders for office and retail often require 1.30x-1.40x given higher vacancy risk. Model your DSCR as =NOI / Annual_Debt_Service and flag any year where it falls below 1.20x with a conditional format alert.
How do I handle tenant improvement allowances and leasing commissions in the model?
Tenant improvement allowances (TI) and leasing commissions (LC) are capital expenditures that appear below the NOI line in the cash flow waterfall, not as operating expenses. Model them as lump-sum outflows in the year a lease commences or renews. For a 10,000 square foot office tenant signing a 5-year lease with a $50/SF TI allowance and a 5% leasing commission on $30/SF annual rent, the Year 1 capex is: TI = $500,000 plus LC = $75,000 (5% × $30 × 10,000 × 5 years) = $575,000 total. Spreading these costs incorrectly as annual operating expenses understates NOI and overstates DSCR, which will cause problems during lender underwriting review.
What is the difference between going-in cap rate and exit cap rate in an acquisition model?
The going-in cap rate is Year 1 NOI divided by the purchase price, representing the initial yield on the investment. The exit cap rate is the rate applied to the final year’s NOI (or the following year’s projected NOI) to calculate the sale price at the end of the holding period. Institutional underwriting convention applies the exit cap rate to the year after the last hold year: if you hold for 5 years, apply the exit cap to Year 6 NOI. The exit cap rate is almost always modeled 25-75 basis points above the going-in cap rate to reflect asset aging, market uncertainty, and the buyer’s required return premium. A 50 basis point expansion on a $600,000 NOI property reduces the exit value by approximately $1.7M on a 5.5% exit cap versus a 5.0% going-in cap.
How do I build a two-variable sensitivity table in Excel for IRR?
A two-variable data table in Excel (also called a two-way data table) recalculates a single output formula across a grid of two input variables. Place your IRR formula in the top-left corner of the table. Enter purchase price scenarios across the top row and exit cap rate scenarios down the left column. Select the entire table range including the corner formula and both input rows/columns. Go to Data, What-If Analysis, Data Table. In the Row Input Cell field, select the purchase price assumption cell on your Assumptions tab. In the Column Input Cell field, select the exit cap rate assumption cell. Click OK and Excel fills every cell in the grid. The result is a complete IRR matrix showing, for example, that at a $10M purchase price and 6.0% exit cap, IRR is 13.8%, while at $10.5M and 6.5% exit cap, IRR drops to 9.2%.
What return thresholds do institutional investors use for different CRE property types?
Return thresholds vary by strategy and property type. Core strategies (stabilized, low-risk assets in primary markets) target 7-9% unlevered IRR and 8-11% levered IRR. Value-add strategies (properties requiring repositioning or lease-up) target 12-16% levered IRR and a 1.7x-2.2x equity multiple. Opportunistic strategies (ground-up development or distressed assets) target 18-25%+ levered IRR. By property type, industrial and multifamily command lower return thresholds (tighter cap rates, more liquid markets) while office and retail require higher return premiums given elevated vacancy and leasing risk. According to NCREIF performance data, the 10-year average total return for core real estate was approximately 8.5% annually through 2023.
Can I use the same Excel acquisition model for a portfolio of multiple properties?
Yes, but the architecture changes. A single-asset model uses one Pro Forma tab; a portfolio model adds a Summary tab that aggregates NOI, debt service, and cash flows across all assets, with each property on its own tab following the same structure. The Returns tab then computes portfolio-level IRR using the combined equity investment and blended cash flows. EFM’s real estate financial models include multi-property templates with a master summary dashboard. For portfolio-level analysis, also build a correlation matrix showing how different assets’ cash flows offset each other during stress scenarios, which strengthens the investment committee presentation.
Conclusion
A well-built commercial real estate acquisition model in Excel is not a luxury for large institutional deals — it is the minimum standard for any serious CRE investment decision. The 8-step architecture outlined here (Assumptions, Purchase, Financing, Pro Forma, Cash Flows, Returns, Sensitivity, and Error Checks) gives you a model that survives lender scrutiny, investment committee review, and post-close performance tracking.
The difference between a model that gets a deal approved and one that kills it often comes down to three things: accurate capex modeling below the NOI line, a properly structured debt schedule with DSCR checks, and a two-variable sensitivity table that shows the committee exactly where the deal breaks.
I recommend downloading the eFinancialModels Commercial Real Estate Acquisition Model to get a professionally structured Excel workbook with all six tabs pre-configured, dynamic sensitivity tables, and property-type selectors built in — so you can focus on the deal, not the spreadsheet architecture.