Free spreadsheet template

Inventory Tracker Spreadsheet Template

Download a free inventory tracker CSV template for Excel or Google Sheets with reorder levels and supplier fields.

Free CSV download

This free CSV opens in Excel and imports into Google Sheets. It includes item, location, quantity, reorder level, unit cost, supplier, and count date fields.

Download CSV

If your browser previews the CSV instead of downloading it, right-click the link and save the CSV file.

Template preview

SKUItem NameCategoryLocationQuantityReorder LevelUnit CostSupplierLast Counted
INV-001Printer PaperOfficeSupply Room24106.50Acme Office2026-01-15
INV-002USB-C CableITTech Cabinet8129.99Cable Source2026-01-18

Field guide

ColumnPurposeExample value
SKUStable item identifier for lookups and duplicate checksINV-001
QuantityCurrent counted stock on hand24
Reorder LevelThreshold for restocking alerts10
Unit CostEstimated cost per unit for inventory value6.50
Last CountedMost recent physical count date2026-01-15

After import, add these formulas

Inventory value
=E2*G2
Reorder flag
=IF(E2<=F2, "Reorder", "")
Category total value
=SUMIFS($J$2:$J$100, $C$2:$C$100, "Office")

How to use it

  • Open the CSV directly in Excel, then save as .xlsx if you want formatting or formulas.
  • In Google Sheets, create a blank sheet and use File > Import to upload the CSV.
  • Use the SUMIFS and COUNTIFS builders to add reorder summaries by category, supplier, or location.

Related spreadsheet formulas

FAQ

Is this a paid download?

No. The MVP templates are free CSV files.

Does the template include macros?

No. It is a simple CSV with no macros or scripts.