Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
Heads up: Excel and Google Sheets do this differently.
=IF(A2="High","Priority 1",IF(A2="Medium","Priority 2","Priority 3"))=IFS(A2="High","Priority 1",A2="Medium","Priority 2",TRUE,"Priority 3")Computed by a real spreadsheet engine on the sample data below.
| Priority Label | Result |
| High | Priority 1 |
| Medium | Priority 2 |
| Low | Priority 3 |
| High | Priority 1 |
| Medium | Priority 2 |
=IF(A2="High","Priority 1",IF(A2="Medium","Priority 2","Priority 3"))→Priority 1
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need the Google Sheets version instead? Open Sheets variant in workspace →
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.
IFS was introduced in Excel 2019 and Excel 365. Users on Excel 2016 or earlier must use nested IF instead.
IFS supports up to 127 condition-result pairs in Excel and Google Sheets.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: