← BullMoose Blog
Guide · ConsignKit

Consignment Store Spreadsheet Template

By BullMoose · 5 min read

A spreadsheet can run a consignment store — up to a point. If you're just getting started with a few consignors and slow intake, it's a perfectly valid tool. The question isn't whether a spreadsheet works; it's how to build one that actually does the job, and how to recognise when you've reached its limits.

What a consignment spreadsheet needs to track

A functional consignment spreadsheet typically needs at least two linked sheets: a consignor register and an item log.

Consignor register

One row per consignor, with columns for:

Item log

One row per item, with columns for:

The commission formula

If your consignor rate is 60% and an item sells for $80:

In a spreadsheet, you'd set this up as a formula that references the consignor's rate from the register: =sale_price * VLOOKUP(consignor_id, consignor_table, rate_column, FALSE). When the consignor rate changes, the formula updates automatically — but only for new sales, not ones already recorded.

Where it breaks down

The spreadsheet works until the volume grows. Specific failure points:

The spreadsheet works until it doesn't — and when it fails, it fails quietly. A wrong formula or a missed entry produces a payout dispute, not an error message.

When to switch to dedicated software

Two clear signals: payout prep takes you more than an hour, or you've had a dispute that your records couldn't resolve cleanly. Either means the spreadsheet is costing you more in time and stress than a proper tool would cost in money.

Keep reading