Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=MIN(A2:A7)Computed by a real spreadsheet engine on the sample data below.
| Score |
| 45 |
| 80 |
| 30 |
| 95 |
| 60 |
| 75 |
=MIN(A2:A7)→30
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 MINIFS(A2:A7, A2:A7, "<>0"), or an array MIN(IF(A2:A7<>0, A2:A7)) entered with Ctrl+Shift+Enter in older Excel.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: