FormulaCraft

How to calculate sell-through rate in Excel and Google Sheets

Excel & Google Sheets
=B2/A2

Verified example

Computed by a real spreadsheet engine on the sample data below.

Units ReceivedUnits Sold
500340

=B2/A20.68

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

Step by step

  1. 1In A2 enter units received (total inventory available at the start of or during the period). In B2 enter units sold in the same period.
  2. 2In C2 enter =B2/A2 and format as a percentage (Ctrl+1 > Percentage in Excel; Format > Number > Percent in Sheets).
  3. 3For multiple SKUs, put each product in its own row with received in column A and sold in column B, then copy =B2/A2 down column C.
  4. 4Guard against division by zero when a SKU had no inventory: use =IFERROR(B2/A2,"") or =IF(A2=0,"",B2/A2).
  5. 5Add a conditional column to flag poor performers: =IF(C2<0.6,"Review","OK") — adjust the threshold to your category benchmark.

Tips

Need it for your exact data?

Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.

Frequently asked

What is considered a good sell-through rate?

It depends heavily on category. General retail targets 80%+ in most categories; fashion aims for 80-85% within-season. Below 60% typically signals overbuying or weak demand.

How is sell-through different from sell-in?

Sell-in is what a retailer buys from a brand (the purchase order). Sell-through is what a consumer buys from the retailer — the truer measure of actual demand.

Formulas used

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: