I am attempting to create an IF or IF(AND formula that I can use to display the letter grade I earned based off of a certain percentage criteria. I have had trouble creating this formula myself. Hopefully someone can help. Please refer to my notes below to examine the criteria. Let me know if you have any questions.
"A" D11>=93%
"A-" D11>= 90%, D11<93%
"B+" D11>=87%, D11<90%
"B" D11>=83%, D11<87%
"B-" D11>=80%, D11<83%
"C+" D11>=77%, D11<80%
"C" D11>=73%, D11<77%
"C-" D11>=70%, D11<73%
"D+" D11>=67%, D11<70%
"D" D11>=63%, D11<67%
"D-" D11>=60%, D11<63%
"F" D11<60%
"A" D11>=93%
"A-" D11>= 90%, D11<93%
"B+" D11>=87%, D11<90%
"B" D11>=83%, D11<87%
"B-" D11>=80%, D11<83%
"C+" D11>=77%, D11<80%
"C" D11>=73%, D11<77%
"C-" D11>=70%, D11<73%
"D+" D11>=67%, D11<70%
"D" D11>=63%, D11<67%
"D-" D11>=60%, D11<63%
"F" D11<60%