With Running Total, turn Raw Data into Insightful Progress

Tracking values over time, such as daily sales, monthly expenses, or a cumulative goal, is a crucial step in Microsoft Excel for applying data analysis and budgeting. And one of the best tools for that is the Running total, or Cumulative sum.

Just a few simple formulas, and Excel can give you a live tracker that displays value accumulation over time. 


📘 What Is a Running Total Excel?

A running total is the sum of a sequence of numbers that updates as new data is added. For example, in tracking sales for the week:

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

Every day is added to the day's previous total.


🛠️ Creating a Running Total in Microsoft Excel

Assuming your data starts in B2 with the first sales figure:

  1. In cell C2, enter: =B2
  2. In cell C3, enter: =C2+B3
  3. Drag down the fill handle to copy these formulas throughout the entire column.

The running total column now dynamically updates as you add new values.


Formula Variation: SUM Function for Better Readability

To use SUM() for a better-read formula:

=SUM($B$2:B2)

This locks the start of the range but allows the end to expand as you drag the formula down; quite useful when working with hundreds of rows.


🔄 Running Total That Auto-Expands with New Data

Looking for something more advanced? Turn data into an Excel Table (Ctrl + T) and use structured references:

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

Or with Dynamic Arrays in Excel 365:

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

This keeps your file much cleaner and more structured for data dashboards.


💡Typical Use Cases for Running Totals

  • Daily, weekly, and monthly sales tracking
  • Cumulative expenses for budget tracking
  • Tracking donations, pledges, or targets
  • AttendanceTime logs, Time sheets...
  • Financial forecasting models...

🧠 Tips to Remember:

  •  Format your totals as currency or add number separators for clarity.
  • Use conditional formatting to bring out the trends: for example, when the total exceeds the budget cap.
  • Combine with charts for visual tracking.

Whether you're managing funds, trying to forecast growth, or processing data, knowing how to make a running total in Microsoft Excel gives you an upper hand in real-time tracking with ease.

Once you try it, you will never look back!


🎓 Learn More with Other Levels

Take your Excel skills to the next level:


✍️ Other Articles, Tips & Tricks you would like:


Work Faster, Smarter, Productively and Efficiently with Other Levels Dashboard Template

Últimas histórias

Ver tudo

Import CSV and TXT File in Microsoft Excel (The Right way)

Learn how to import files using Microsoft Excel's Power Query, maintain clean structure, auto-refresh reports and create powerful dashboards with zero errors. Ideal for data professionals, analysts and business users!

Ler mais

Manage Complex Spreadsheets in Microsoft Excel with Custom Views

Microsoft Excel's Custom Views let you save time and instantly switch between tailored worksheet layouts. Perfect for dashboards, monthly reports, filtered datasets, print-ready views, or team-specific presentations. 

Ler mais

Learn Advanced Data Manipulation in Microsoft Excel

Unlock full potential of Microsoft Excel with the OFFSET Function. Learn how to automate your spreadsheets and create interactive, scalable and smart Excel reports.

Ler mais