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
Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.
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: