Skip to main content

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, count date, and inventory value formulas.

Download CSV

This is a lightweight CSV starter, not a finished Excel workbook. Add formulas after import if your spreadsheet app does not preserve formula cells.

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 CountedInventory Value
INV-001Printer PaperOfficeSupply Room24106.50Acme Office2026-07-01=E2*G2
INV-002USB-C CableITTech Cabinet8129.99Cable Source2026-07-02=E3*G3
INV-003Shipping BoxShippingWarehouse120501.20PackRight2026-07-02=E4*G4
INV-004Black TonerOfficeSupply Room6848.00Acme Office2026-07-03=E5*G5
INV-005Address LabelsShippingWarehouse40203.75PackRight2026-07-03=E6*G6
INV-006Mechanical KeyboardITTech Cabinet12642.00Cable Source2026-07-04=E7*G7
INV-007Wireless MouseITTech Cabinet181018.50Cable Source2026-07-04=E8*G8
INV-008Desk ChairFurnitureMain Office56135.00FurnishCo2026-07-05=E9*G9
INV-009Bubble WrapShippingWarehouse30158.25PackRight2026-07-05=E10*G10
INV-010Mailing EnvelopeOfficeSupply Room75300.18Acme Office2026-07-06=E11*G11
INV-011USB-C DockITTech Cabinet4589.00Cable Source2026-07-06=E12*G12
INV-012Grid NotebookOfficeSupply Room60252.50Acme Office2026-07-07=E13*G13

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-07-01
Inventory ValueOptional formula column for quantity times unit cost=E2*G2

After import, add these formulas

Inventory value
=E2*G2

Paste this in J2 and fill down through J13 if the CSV import does not preserve formulas.

Returns with the included sample rows: 156 for INV-001.

Reorder flag
=IF(E2<=F2,"Reorder","")

Paste this in a new flag column beside the table and fill down through row 13.

Returns with the included sample rows: Reorder for INV-002 after the formula is filled down.

Category total value
=SUMIFS($J$2:$J$13,$C$2:$C$13,"Office")

Enter this summary formula outside the table after column J contains row-level inventory values.

Returns with the included sample rows: 607.50 for Office.

Total inventory value
=SUM($J$2:$J$13)

Enter this summary formula outside the table after column J contains row-level inventory values.

Returns with the included sample rows: 3096.92.

How to use it

  • Open the CSV directly in Excel, then use Save As and choose .xlsx before adding formatting or formulas.
  • In Google Sheets, use File > Import > Upload, then choose Insert new sheet so the imported table stays separate.
  • Verify that J2:J13 contains the row formulas, then use the category and total inventory summary formulas outside the table.

Related spreadsheet formulas

FAQ

Is this a paid download?

No. These starter templates are free CSV files.

Does the template include macros?

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