How to Create an Average Daily Balance Calculator in Excel (2 Methods)

What Is Average Daily Balance?

The Average Daily Balance method is a way to find the interest or finance charge on a credit card. To calculate the average daily balance, we multiply the balance for each day during a billing period and then, calculate their average. The general formula for Average Daily Balance can be written as:

=[Day 1 Balance + Day 2 Balance + Day 3 Balance…]/Number of Days in that Billing Period

After calculating the Average Daily Balance, we need to find the Finance Charge for a billing cycle. The formula of Finance Charge is:

=(Average Daily Balance X APR X Days in Billing Cycle)/365

Here, APR is the Annual Percentage Rate.


Dataset Overview

To explain the methods, we will use 2 different datasets in the two methods. In the first method, we will use a dataset that contains Days, Transactions, Balance, Number of Days, and Total columns. Here, we have Transactions for a range of days. Using that, we need to find the Balance, No. of Days, and Total value first. Then, we will calculate the Average Daily Balance.

average daily balance calculator excel

In the second method, we will use a dataset that contains Balance for each day from Day 1 to Day 14. It also contains the Purchase and Payment columns.


Method 1 – Using the SUM Function

  • We need to fill the Balance column by adding the Purchase amount with the Remaining/Beginning Balance of the previous cell.
  • We need to subtract the Payment amount from the Remaining/Beginning Balance.
    • Add $300 to $1300 in Cell D6.
    • Add $200 to $1600 in Cell D7.
    • Subtract $400 from $1800 in Cell D8.

Use SUM Function to Create Average Daily Balance Calculator in Excel

  • We need to fill the No. of Days column.
  • We calculate the number of days by subtracting the lower limit from the upper limit in the range of Days and then adding 1 to it.

For example, in Cell E7, we performed 20-11+1 to get 10 as the number of days.

Use SUM Function to Create Average Daily Balance Calculator in Excel

  • Select Cell F5 and insert the formula below:
=D5*E5

Use SUM Function to Create Average Daily Balance Calculator in Excel

  • Press Enter and drag the Fill Handle down.

  • The Total Balance for each span of days will be calculated.

  • To find the Total Number of Days, select Cell E10 and insert the formula below:
=SUM(E5:E8)
  • Press Enter.

Use SUM Function to Create Average Daily Balance Calculator in Excel

  • Insert the formula below in Cell F10 to get the Total Balance:
=SUM(F5:F8)
  • Press Enter to see the result.

Use SUM Function to Create Average Daily Balance Calculator in Excel

  • Select Cell E12 and insert the formula below:
=F10/E10

Use SUM Function to Create Average Daily Balance Calculator in Excel

We divided the Total Balance by the Total Number of Days in a billing cycle to get the Average Daily Balance.

  • Press Enter to see the Average Daily Balance for a billing cycle of 30 days.

  • To find the Finance Charge for a billing cycle, insert the formula below in Cell E16:
=(E12*E14*E15)/365

Use SUM Function to Create Average Daily Balance Calculator in Excel

E12 is the Average Daily Balance, E14 is the Annual Percentage Rate (APR) and E15 is the Days in Billing Cycle.

  • Press Enter key to get the Finance Charge for a billing cycle.

Read More: How to Prepare Charitable Trust Balance Sheet Format in Excel


Method 2 – Using the AVERAGE Function

We can use the AVERAGE function directly to make an average daily balance calculator. The Average function finds the arithmetic average of a range of numbers. To use the Average function, we need to have a dataset that contains the Balance for each day in a billing cycle. In the dataset below, you can see we have a record of Purchase, Payment, and Balance for a billing cycle of 14 days.

Insert Excel AVERAGE Function to Make Average Daily Balance Calculator

  • First of all, select Cell E5 and insert the formula below:
=G5+C5-E5
  • Press Enter to see the result.

Insert Excel AVERAGE Function to Make Average Daily Balance Calculator

  • Insert the formula below in Cell E6:
=E5+C6-D6
  • Press Enter.

Insert Excel AVERAGE Function to Make Average Daily Balance Calculator

  • Drag the Fill Handle down to Cell E18.

Insert Excel AVERAGE Function to Make Average Daily Balance Calculator

  • The Balance for each day will be populated.
  • On the 6th day there was a Payment.
  • After the payment, the Balance is reduced by $200.

  • Select Cell E20 and insert the formula below:
=AVERAGE(E5:E18)

Insert Excel AVERAGE Function to Make Average Daily Balance Calculator

  • Press Enter to calculate the average daily balance.

Insert Excel AVERAGE Function to Make Average Daily Balance Calculator

  • To find the Finance Charge for a billing cycle, you need to insert the formula below in Cell G15:
=(G11*G13*E20)/365
  • Press Enter to see the result.


Download Practice Workbook

You can download the practice workbook from here:


Related Articles


<< Go Back to Balance Sheet | Finance Template | Excel Templates

Get FREE Advanced Excel Exercises with Solutions!
Mursalin Ibne Salehin
Mursalin Ibne Salehin

Mursalin Ibne Salehin holds a BSc in Electrical and Electronics Engineering from Bangladesh University of Engineering and Technology. Over the past 2 years, he has actively contributed to the ExcelDemy project, where he authored over 150 articles. He has also led a team with content development works. Currently, he is working as a Reviewer in the ExcelDemy Project. He likes using and learning about Microsoft Office, especially Excel. He is interested in data analysis with Excel, machine learning,... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo