A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi there
Re, "... What the hell are you doing?!?!?!?!"
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Most of us in school have a spreadsheet with all our scores to help us optimize our scores in school. this formula for excel can help that, all you need to use it is to designate a cell using define name and use the formula in the sheet anywhere. This formula will show your letter grade.
Formula:
=IF(AND(Grade>=93,Grade<=101),"A",IF(AND(Grade>=90,Grade<=93),"A-",IF(AND(Grade>=87,Grade<=90),"B+",IF(AND(Grade>=83,Grade<=87),"B",IF(AND(Grade>=80,Grade<=83),"B-",IF(AND(Grade>=77,Grade<=80),"C+",IF(AND(Grade>=73,Grade<=77),"C",IF(AND(Grade>=70,Grade<=73),"C-",IF(AND(Grade>=67,Grade<=70),"D+",IF(AND(Grade>=67,Grade<=70),"D",IF(AND(Grade>=60,Grade<=67),"D-",IF(AND(Grade>=0,Grade<=59),"F", IF(Grade>=100, "****, how did you get more than 100%, extra credit!?!?!?!","What the hell are you doing?!?!?!?!")))))))))))))
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
There are multiple ways to generate letter grades:
https://www.extendoffice.com/documents/excel/3706-excel-calculate-letter-grade.html .
.
https://www.wallstreetmojo.com/excel-formula-for-grade/
.
https://excel.tips.net/T002611_Displaying_Letter_Grades.html
.
https://deseng.ryerson.ca/dokuwiki/teaching:assigning_letter_grades_in_excel
.
https://www.educba.com/formula-for-grade-in-excel/
.
https://matthews.sites.wfu.edu/plus_minus/excel_example.html
.
Google is your friend ...