How to Calculate Running Balance Using Excel Formula (4 Ways)

Consider the following dataset of cash flow inside some bank accounts. The deposits and withdrawals are listed in columns C and D. We’ll calculate their running balance.


Method 1 – Using the SUM Function to Calculate a Running Balance in Excel

Steps:

  • Select cell E5.

Use of the SUM Function to Calculate Running Balance in Excel

  • Use the following formula in the cell.
=SUM(C5-D5)

Use of the SUM Function to Calculate Running Balance in Excel

  • Press Enter on your keyboard and you’ll get $15,828.00 as the return of the SUM function in cell E5.

  • Select cell E6.

  • In the Formula Bar, use the following formula:
=SUM(C6-D6+E5)

Use of the SUM Function to Calculate Running Balance in Excel

  • Press Enter.

Use of the SUM Function to Calculate Running Balance in Excel

  • Place your cursor on the bottom-right corner of cell E6, and the Fill Handle icon will appear.
  • Drag the icon down.

Use of the SUM Function to Calculate Running Balance in Excel

  • Here’s the final result.

Use of the SUM Function to Calculate Running Balance in Excel

Read More: How to Keep a Running Balance in Excel


Method 2 – Apply the OFFSET Function to Calculate a Running Balance in Excel

Steps:

  • Use the sum formula above for cell E5.
  • Select cell E6.

Apply the OFFSET Function to Calculate Running Balance in Excel

  • Use the following formula inside the cell:
=SUM(C6,-D6,OFFSET(E6,-1,0))

Apply the OFFSET Function to Calculate Running Balance in Excel

  • Press Enter. You will get $43,054.00 as the output of the function in cell E6.

  • Use the Fill Handle to AutoFill the rest of the cells from E6 to E13.

Read More: Calculate Debit Credit Running Balance Using Excel Formula


Method 3 – Use the SUM and INDEX Functions to Calculate a Running Balance in Excel

We’ll use a single bank account and a sequential list of deposits to calculate the account’s running total.

Steps:

  • Select the cell array B4 to D13.

Perform the SUM and INDEX Functions to Calculate Running Balance in Excel

  • From the Insert tab go to Table.

Perform the SUM and INDEX Functions to Calculate Running Balance in Excel

  • A window pops up titled Create Table.

  • Press the OK button
  • Select cell D5.

  • Insert the following function into the cell:
=SUM(INDEX([Sale],1):[@Sale])

Perform the SUM and INDEX Functions to Calculate Running Balance in Excel

  • Press Enter on your keyboard, and you will be able to calculate the running balance to the entire column which has been given below screenshot.

Perform the SUM and INDEX Functions to Calculate Running Balance in Excel

Read More: Debit Credit Balance Sheet with Excel Formula


Method 4 – Apply the SUMIF Function to Calculate Running Balance in Excel

We have a data collection for which we want to calculate the running balance for PC and Mobile in two separate columns, E and F.

Steps:

  • Select cell E5.

Apply the SUMIF Function to Calculate Running Balance in Excel

  • Insert the following formula into the cell:
=SUMIF($C$5:C5, $E$4, $D$5:D5)

Apply the SUMIF Function to Calculate Running Balance in Excel

  • Press Enter on your keyboard to get the first result.

  • AutoFill to the rest of the column.

  • Select cell F5.

Apply the SUMIF Function to Calculate Running Balance in Excel

  • Insert the following formula into that cell:
=SUMIF($C$5:C5, $F$4, $D$5:D5)

  • Press Enter.

Apply the SUMIF Function to Calculate Running Balance in Excel

  • AutoFill the column to get the results.

Apply the SUMIF Function to Calculate Running Balance in Excel


Download the Practice Workbook

Download this practice workbook follow along while reading the article.


Related Articles


<< Go Back To How to Make Balance Sheet in Excel |Excel For Finance | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Md. Abdur Rahim Rasel
Md. Abdur Rahim Rasel

MD. ABDUR RAHIM is a marine engineer proficient in Excel and passionate about programming with VBA. He views programming as an efficient means to save time while managing data, handling files, and engaging with the internet. His interests extend to Rhino3D, Maxsurf C++, AutoCAD, Deep Neural Networks, and Machine Learning, reflecting his versatile skill set. He earned a B.Sc in Naval Architecture & Marine Engineering from BUET, and now he has become a content developer, creating technical content... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo