Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
IFS checks conditions left to right and returns the result for the first one that is true, replacing long nested IF chains. Add TRUE as the final test for a catch-all. Available in Excel 2019/365 and Google Sheets.
=IFS(A2>=90, "A", A2>=80, "B", A2>=70, "C", TRUE, "F")=IFS(A2>=90, "A", A2>=80, "B", A2>=70, "C", TRUE, "F")Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: