function

G

Guest

I need a formula that does the following:

A student's grade on a test is in cell B5. Write a formula in cell C5 to
curve that grade. IF the grade is 60 or greater, add 5 points to the grade.
If the grade is below 60, make the grade 60.
 
G

Guest

Sure, that's exactly what that formula does.

If the first condition fails (the grade isn't 60 or above... a.k.a. "greater
than or equal to"), the only other option is for the grade to be strictly
less than 60, so you don't need a check for it. That is the default
condition.
 
G

Guest

Thank you so much....it did work ;-)

David Billigmeier said:
Sure, that's exactly what that formula does.

If the first condition fails (the grade isn't 60 or above... a.k.a. "greater
than or equal to"), the only other option is for the grade to be strictly
less than 60, so you don't need a check for it. That is the default
condition.
 

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.

Ask a Question

Top