Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=IF(B2<=C2,"Low Stock","OK")Computed by a real spreadsheet engine on the sample data below.
| Item | Stock | Reorder Level | Status |
| Pen | 45 | 50 | |
| Notebook | 120 | 30 | |
| Stapler | 8 | 10 | |
| Tape | 3 | 20 |
=IF(B2<=C2,"Low Stock","OK")→Low Stock
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
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.
Use =COUNTIF(D2:D6,"Low Stock") to get the total count of flagged items.
Yes. Put a unique reorder level in column C for each item, and the IF formula automatically uses each row's own threshold.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: