Templates - 2026-05-12
Excel Invoice Template Guide
Create an Excel invoice template with line items, quantities, prices, tax, discounts, totals, invoice numbers, and professional formatting.
What an Invoice Template Needs
- An Excel invoice template should be clear, printable, and easy to reuse. Include: Business name and contact details Customer details Invoice number Invoice date and due date Line items Subtotal, tax, discount, and total Payment instructions
Line Item Formula
- If quantity is in B2 and unit price is in C2: \\\ =B2*C2 \\\ Copy the formula down the line item table.
Subtotal, Tax, and Total
- \\\ =SUM(D2:D20) =Subtotal*TaxRate =Subtotal+Tax-Discount \\\ Use named cells or clear labels so the invoice is easy to audit.
Make It Reusable
- Keep input cells unlocked and formula cells protected. Use consistent formatting and save a clean version as the template.
Related Guides
- Lock Cells in Excel Excel Percentage Formula SUM function Absolute Reference in Excel
After you download a template
- Read the Features and FAQs on the template page before changing formulas. Keep a backup tab with the original layout. Link totals to SUMIFS or XLOOKUP when your data lives on another sheet. Browse: Free Excel templates
Frequently asked questions
- Can Excel create invoices? Yes. Excel can create reusable invoices with line item formulas, tax calculations, totals, and printable formatting.
- How do I calculate invoice totals in Excel? Multiply quantity by unit price for each line item, sum the line totals, then add tax and subtract discounts.
- Can I customize this template for my business? Yes — edit labels, categories, and rates. Avoid deleting entire rows that feed summary formulas; insert rows inside the data block instead.
- How do I fix #REF! after editing a template? A formula still points to a deleted cell. Use Find for #REF! or trace precedents from the summary cell to rebuild the reference.