Excel for business

Excel Invoice Tracker Guide for Small Businesses

An invoice tracker should make follow-up easier, not create another reconciliation problem. Keep one row per invoice, use consistent status rules, and separate the tracker from the invoice document itself.

Updated 2026-08-10JENECONK editorial teamInternational edition

Essential invoice tracker columns

Identity

Invoice number, customer, customer ID, project or order reference, and responsible account owner.

Dates

Issue date, due date, payment date, and follow-up date stored as real Excel dates.

Money

Subtotal, tax, total, amount paid, balance, currency, and payment reference.

Status

Draft, issued, part paid, paid, overdue, disputed, or cancelled, selected from a controlled list.

Formulas for balance and status

Outstanding balance =[@[Invoice Total]]-[@[Amount Paid]] Payment status =IF([@[Balance]]<=0,"Paid",IF([@[Due Date]]<TODAY(),"Overdue",IF([@[Amount Paid]]>0,"Part paid","Issued"))) Days overdue =MAX(0,TODAY()-[@[Due Date]]) Total overdue value =SUMIFS(Invoices[Balance],Invoices[Status],"Overdue")

A reliable weekly process

  1. Enter new invoices from the approved invoice sequence.
  2. Import or record received payments with a reference.
  3. Reconcile amounts against the bank or payment platform.
  4. Review overdue and part-paid balances.
  5. Send accurate reminders from verified contact details.
  6. Record disputes, promises, adjustments, and next follow-up dates.

Protect the financial record

  • Never reuse or silently delete an issued invoice number.
  • Keep tax and currency rules appropriate to the business jurisdiction.
  • Protect formula cells and restrict who can change payment records.
  • Use credit notes or documented adjustments instead of rewriting history.
  • Reconcile the tracker to accounting and bank records regularly.
  • Back up the workbook and retain records according to applicable requirements.

The tracker supports accounting; it does not replace it. Confirm local invoicing, tax, retention, and financial-reporting requirements with a qualified professional.

Frequently asked questions

Can one workbook track invoices in several currencies?

It can, but keep the original currency and amount and use a documented exchange-rate method for reporting. Do not add unlike currencies together.

What makes an invoice overdue?

Use the agreed due date and recorded unpaid balance. Contract terms and local requirements may affect follow-up or fees.

Should paid invoices be deleted?

No. Keep the record and mark the payment date, amount, and reference so totals can be reconciled and audited.