• 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 / Convert Monthly Cash Flows to Quarterly and Annual Cash Flows (Updated...
Spencer Burton
Real Estate Financial Modeling, Excel Tips, Excel Models, Tutorial, Modules

Convert Monthly Cash Flows to Quarterly and Annual Cash Flows (Updated Mar 2022)

Over the past few years, I’ve been working to build an ARGUS DCF alternative in Excel – or otherwise known here as the A.CRE All-in-One (Ai1) Model. As I’ve worked on that model, I’ve been jotting down modeling techniques I use and think would be helpful to share with our readers. Today I’d like to show you two techniques I use to roll up monthly cash flows to quarterly and annual cash flows. I’ve recorded three videos – one long, and two short – that demonstrate the methods. I’ve also posted a copy of the Excel template used in the videos so that you can see the formulas first hand.

You May Also Find Helpful: How to Become Proficient in Real Estate Financial Modeling

How to Convert Monthly Cash Flows to Annual Cash Flows

So what do I mean when I say convert monthly to annual cash flows? Essentially, when I say convert (or rollup) monthly cash flows to annual cash flows I mean simply adding up the monthly cash flows in a given year to equal annual values. So for instance, I might have monthly cash flows such as these – one cash flow for each month:
Monthly Cash Flows
And I’m tasked with building an annual cash flow statement. I would need to rollup the cash flows from the year, so that the 12 monthly cash flows above are summed and entered into year one below (yellow cell):

Annual Cash Flows

I would then continue for each subsequent year until the annual cash flow statement is complete.

This should be an easy enough task, right? Simply use the SUM function to manually sum up the cash flows? But imagine you’re rolling up 15 years of cash flows for 20+ different variables (e.g. gross rent, expense reimbursement, vacancy, various operating expenses, CapEx, etc.), using the SUM function to perform this work would take FOREVER.

So, allow me show you two techniques I use to make this task much more manageable.

Technique #1 – Using the SUMIF Function

As described in the accompanying video, a collection of SUMIF formulas will do the trick. To make this work, on your monthly statement, you will need a year row identifying which year a given cash flow is in. You will then write a SUMIF formula in each of your annual cells summing the cash flows assigned to that year.

=SUMIF(Reference to Row with Years on Monthly Cash Flow Statement, Reference to Year on Annual Statement, Reference to Row of Cash Flows on Monthly Cash Flow Statement)

  • Row with Years on Monthly Cash Flow Statement – Column and Row both set as absolute reference
  • Year on Annual Statement – Column set as relative reference, Row set as absolute reference
  • Row of Cash Flows on Monthly Cash Flow Statement – Column set as absolute reference, Row as relative reference

This process is made easier if you set the appropriate absolute and relative references when writing the first formula on the annual statement. This allows you to write one formula, and then copy it down and across to quickly complete the process.

Technique #2 – Using SUM and OFFSET Function Together

The second technique is less used, but equally as effective and powerful. If you recall from past OFFSET tutorials on this blog, the OFFSET function “returns a cell or range of cells that is a specified number of rows and columns from a cell or range of cells.” When used together with the SUM function, the SUM and OFFSET function accomplish the same thing as the SUMIF function.

One advantage of the OFFSET function over the SUMIF function is that you do not need an annual row in the monthly cash flow statement to use an OFFSET function in this case. In fact, all you need is an annual row on the annual statement and for the monthly cash flows to be properly ordered in rows on the monthly statement. Then you simply write a formula that looks like this:

=SUM(OFFSET(Reference to Cash Flow in First Month,0,(1 minus Reference to Given Year on Annual Statement) multiplied by 12,1,12))

  • Reference to Cash Flow in First Month – Column set as absolute reference, Row as relative reference
  • Reference to Given Year on Annual Statement – Column set as relative reference, Row as absolute reference

As is the case with the SUMIF technique, this process is made easier if you set the appropriate absolute and relative references when writing the first formula on the annual statement.

The OFFSET function, as is also the case with the SUMIF function, are fast and effective ways to convert your monthly cash flows to annual cash flows.

Video Tutorial – Rolling Up Monthly to Annual Cash Flows in Excel

30 Second Tutorial – Converting from Monthly to Quarterly Using SUMIF()

We’ve been building a series of quick, 30-second videos covering basic concepts in real estate financial modeling. As part of that series, we recorded a tutorial showing how to convert monthly cash flows to quarterly cash flows. The logic is the same as technique #1 above, using SUMIF to add all cash flows in a given quarter.

To find the quarter for each monthly period, simply use the following formula: =ROUNDUP(Month/3,0). The resulting value will be the quarter for a given month. So for instance, the quarter for month 5 will equal [=ROUNDUP(5/3,0)] or 2.

30 Second Tutorial – Converting from Monthly to Annual Using SUMIF()

In addition to the monthly to quarterly tutorial, we’ve also created a 30-second monthly to annual video tutorial that replicates the lengthier video embedded above.

To find the year for each monthly period, simply use the following formula: =ROUNDUP(Month/12,0). The resulting value will be the year for a given month. So for instance, the year for month 15 will equal [=ROUNDUP(15/12,0)] or 2.

Compatibility

This version of the model is only compatible with Excel 2013, Excel 2016, and Excel 365.

Download the Tutorial Source File

To make this source file 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 – typical tutorials sell for $25 – $100+ per license). 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.

We regularly update the file (see version notes). Paid contributors to the tutorial receive a new download link via email each time the tutorial is updated.

Proceed to Download Page

Frequently Asked Questions about Converting Monthly Cash Flows to Quarterly and Annual Cash Flows

What does “rolling up” monthly cash flows mean?

Rolling up monthly cash flows means summing 12 months of cash flows into annual totals or three months into quarterly totals, in order to create more readable and consolidated financial reports.

Why not use manual SUM formulas for this task?

Manual SUM formulas are time-consuming and error-prone when working with large datasets. For example, rolling up 15 years of data for 20+ variables would take forever. Automated techniques like SUMIF and OFFSET are more efficient.

How does the SUMIF method work?

The SUMIF method adds values from a row of monthly cash flows that match a given year using a reference year row. You set appropriate relative and absolute references so the formula can be copied across the spreadsheet.

What is the OFFSET method and how is it used?

OFFSET creates a range based on a start cell and offsets for rows/columns. When wrapped in a SUM, it allows you to roll up 12 months of data per year without needing a year reference row in the monthly cash flow statement.

Which is better: SUMIF or OFFSET?

Both work well. SUMIF is more intuitive and useful when a helper row of years is available. OFFSET is ideal when you don’t want or have a year row in your monthly sheet. Choose based on your data setup.

How do I find the quarter or year of a month?

To find the quarter: =ROUNDUP(Month/3,0)
To find the year: =ROUNDUP(Month/12,0)
For example, month 5 yields Q2, and month 15 yields year 2.

Is there a tutorial Excel file available?

Yes. The Excel file used in the video tutorials is available on a “Pay What You’re Able” basis. You just enter your email and choose any price (including $0) to download it.

Which Excel versions are compatible with the tutorial file?

The tutorial file is compatible with Excel 2013, Excel 2016, and Excel 365 only.

Are there video tutorials available?

Yes. There are three videos: one detailed walkthrough and two 30-second tutorials showing monthly-to-quarterly and monthly-to-annual conversion using SUMIF.


Version Notes

v1.0

  • Initial release

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/2016/01/monthly-to-annual.jpeg 1080 1619 Spencer Burton https://adventuresincre.com/wp-content/uploads/2022/04/logo-transparent-black-e1649023554691.png Spencer Burton2022-03-27 00:00:522025-06-26 13:44:30Convert Monthly Cash Flows to Quarterly and Annual Cash Flows (Updated Mar 2022)
You might also like
How to Run Monte Carlo Simulations in Excel (Updated Aug 2024)
Tutorial on How to Model Irregular Growth Rates in Real Estate
Keyboard Shortcuts I Use Constantly When Modeling in Excel (Formatting)
Supercharge Excel with the WST Macros Add-in
Using Boolean Logic to Model Multiple Generations of Tenant Improvements
Custom Function to Auto-Populate Latitude and Longitude in Excel (Updated 2021)
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

  • The 2008 Financial Crisis, From the Ground Up: Why We Believed Houses Were Safe
  • Real Estate Equity Waterfall Model – IRR and Equity Multiple Hurdles (Updated June 2026)
  • A.CRE Self Storage Development Model (Updated June 2026)
  • Episode 12 of Multipliers: Ask Why Until the Answer Changes
  • A.CRE Jobs of the Week (Updated 6.22.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: Subordination, Non-Disturbance, and Attornment Agreement (SNDA) Link to: Subordination, Non-Disturbance, and Attornment Agreement (SNDA) Subordination, Non-Disturbance, and Attornment Agreement (SNDA)SNDA: Subordination, Non-Disturbance, and Attornment Agreement Link to: Land Equity – Collaborative Development Strategies with the Landowner Link to: Land Equity – Collaborative Development Strategies with the Landowner Real estate land development projectLand Equity – Collaborative Development Strategies with the Landowner
Scroll to top Scroll to top Scroll to top