Invoice trackers
Track invoice numbers, customers, due dates, paid status, and overdue balances.
- One row per invoice with columns for invoice #, customer, issue date, due date, amount, and paid status keeps SUMIFS/COUNTIFS reporting simple later.
- Add an =IF(TODAY()>[Due Date], "Overdue", "OK") helper column to flag late invoices instead of checking dates by eye.
- Use a Table (Ctrl+T) for the log so new rows automatically extend any SUMIFS ranges and formulas built on it.
















