Conditional Logicbeginner
Nested IF grade scale
=IF(B2>=90,"A",IF(B2>=80,"B",IF(B2>=70,"C",IF(B2>=60,"D","F"))))
Worked examples (1)
These formulas work in Google Sheets with identical syntax.
Also in Excel
See the full IF reference for Excel — including all worked examples, common errors, and FAQ.
IF Excel reference →