Flag Inventory Items That Need Reordering
You track stock counts in a sheet, and each item has a reorder point — but nothing tells you when a count drops below it, so you find out when you run out.
Excel & Google Sheets
This formula works in both Excel and Google Sheets.
How it works
IF checks a condition and returns one value when it's true, another when it's false. Here it compares stock on hand (B2) to the reorder point (C2): at or below the point, the row says Reorder; otherwise OK. Using <= rather than < matters — the reorder point is the level at which you act, so hitting it exactly should trigger the flag. Because the formula recalculates whenever counts change, the status column stays current without anyone checking it.
When to use it
Use this on any stock list: retail inventory, office supplies, spare parts, packaging materials. Add conditional formatting on the status column so Reorder rows turn red and jump out.
Common mistakes
Did this formula help?
Engine-verified against the sample data aboveLast reviewed 2026-07-08