Establishing a rating using a possible second column

Hollywood9819

New Member
Joined
Dec 11, 2017
Messages
13
I'm trying to figure out how the set a "SUP", "SAT", and/or "UNSAT" rating in a column for grading purposes. **For Instance**

Column A (Initial Test) a student scored a 50%
Column B (Restest) the student scored an 80%

The column in question would be Column C (Final Rating) - How do I set up a formula that will grant the student a "SAT" rating instead of "UNSAT" for passing the retest?

(NOTE) I figured out how to get the rating to auto-populate from column A, however I can not figure out how to get the formula to read the column B (in the event the student passes a retest.

grade ratings:
>89.99=SUP
>69.99=SAT
<69.99=UNSAT

Current formula I am working with example: =IF(C10>89.99,"SUP",IF(C10>69.99,"SAT",IF(C10>=0,"UNSAT")))
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Column C should show the max of the two tests: "Final Rating=Max(Initial Test, Retest)" or "C10=Max(A10,B10)". Then D10=equation above
 
Upvote 0

Forum statistics

Threads
1,215,886
Messages
6,127,586
Members
449,386
Latest member
owais87

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top