Turn Raw Data into Insightful Progress with Running Totals in Excel

Tracking values like daily sales, monthly expenses, or cumulative goals is a critical step in Microsoft Excel for data analysis, budgeting, and performance monitoring. One of the most effective tools for this is the Running Total — also known as the Cumulative Sum.

With just a few formulas, Excel can automatically calculate totals that grow over time — transforming your raw data into clear, visual progress insights.

📘 What Is a Running Total in Excel?

A running total continuously adds new values to the previous total as more data is entered. It’s perfect for analyzing ongoing metrics like revenue, production, or costs.

Day Sales Running Total
Monday 100 100
Tuesday 150 250
Wednesday 120 370

Each new value adds to the cumulative result — allowing you to instantly see your progress over time.

🛠️ How to Create a Running Total in Excel

Assume your sales data starts in cell B2:

  1. In C2, type: =B2
  2. In C3, type: =C2+B3
  3. Drag the formula down to calculate the running total for all rows.

Now, your totals will automatically update whenever you add new data.

📈 Cleaner Formula Using SUM

Prefer a more readable version? Try:

=SUM($B$2:B2)

This locks the starting cell and expands automatically as you copy it down — ideal for long datasets or financial models.

🔄 Auto-Expanding Running Totals with Excel Tables

For dynamic datasets, convert your range into an Excel Table (Ctrl + T) and use structured references:

=SUM(Table1[Sales][@Sales])

Or, if you’re using Excel 365, apply the new SCAN function for dynamic arrays:

=SCAN(0, SalesRange, LAMBDA(a,b,a+b))

Both approaches automatically expand when new data is added — perfect for interactive Excel dashboards.

💡 Common Use Cases for Running Totals

  • Daily, weekly, or monthly sales tracking
  • Budget monitoring and cumulative expense reports
  • Donations or fundraising goal tracking
  • Employee attendance or time tracking
  • Financial forecasting and performance dashboards

🧠 Tips for Working with Running Totals

  • Format numbers as currency or use thousand separators for clarity.
  • Use Conditional Formatting to highlight when totals exceed targets.
  • Combine with charts to visualize growth trends over time.

Running totals are essential for anyone who wants to see the bigger picture — whether tracking business performance or personal goals. Once you master it, you’ll never look at data the same way again.

🚀 Build Smarter Dashboards with Other Levels

Explore ready-made Excel Dashboard Templates from Other Levels to turn your data into actionable insights:

🎓 Learn More with Other Levels

Boost your Excel skills with hands-on learning resources:

✍️ Related Excel Tutorials You’ll Love

Latest Stories

View all

Excel Tips and Tricks That Boost Your SEO and Google Performance

Learn how to turn your Excel dashboards into fast, focused and visually clear reports that users love to explore. From structured tables and conditional formatting to animated presentations and infographics, these tips help you improve engagement, internal linking and overall SEO performance.

 

Read more about Excel Tips and Tricks That Boost Your SEO and Google Performance

Creative PowerPoint & Excel Templates

Explore 12 creative PowerPoint and Excel templates from Other Levels designed to enhance your presentations and dashboards with ready-to-edit visuals.

Read more about Creative PowerPoint & Excel Templates

Use Microsoft Excel on Mobile Devices Efficiently

Take your spreadsheets on the go! With Excel Mobile, manage data, edit reports, collaborate in real time, and update dashboards, right from your phone or tablet. Perfect for remote work, travel productivity, and cloud-powered business tasks.

Read more about Use Microsoft Excel on Mobile Devices Efficiently