FormulaCraft

How to flag low-stock items in Excel and Google Sheets

Excel & Google Sheets
=IF(B2<=C2,"Low Stock","OK")

Verified example

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

ItemStockReorder LevelStatus
Pen4550
Notebook12030
Stapler810
Tape320

=IF(B2<=C2,"Low Stock","OK")Low Stock

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. 1Create columns: Item, Current Stock (B), Reorder Level (C), Status (D).
  2. 2In D2, enter =IF(B2<=C2,"Low Stock","OK").
  3. 3Copy the formula down for all inventory rows.
  4. 4Apply conditional formatting: highlight D2:D6 red when the cell equals "Low Stock" for instant visual alerts.

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

How do I count the total number of low-stock items?

Use =COUNTIF(D2:D6,"Low Stock") to get the total count of flagged items.

Can I flag items at different thresholds per item?

Yes. Put a unique reorder level in column C for each item, and the IF formula automatically uses each row's own threshold.

Formulas used

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

Last reviewed: