There is a sample IF function in the HELP menu that will do exactly what you
want. For example, if your final grade is in cell F1 you can put a formula
in G1 that says:
All you have to do is to change the "F1" to what cell your grade is in. The
easiest way to see the sample is to click in your cell, click the "Fx"
(Insert Function) icon on the Formula Bar, click the "IF" statement to
highlight it, then click "Help on this function" at the bottom of the dialog
box. This example is in that HELP menu topic.
Hi Amy,
IF has its limitations. Why not use
=HLOOKUP(A1,{49,60,70,80,90;"F","D","C","B","A"},2,TRUE)
modified to taste
Bernard
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.