Hi!
I am trying to add a 3rd condition on my if function:
=IF(I6="","",IF(OR(D6<74.5,E6<74.5,F6<74.5,G6<74.5,H6<74.5),IF(I6>=75,"SUMMER CLASS"),IF(I6<75,"FAILED","")))
To explain, D6:H6 contains the grade of a student in a particular subject & I6 has the average of the 6 cells (D6:H6). Now, the condition indicates that "SUMMER CLASS" will appear in J6 if there is a grade lower than 74.50 in any of the 6 cells even if the average is >=75 and "FAILED" will appear if the student has an average lower than 75.
The 3rd condition that I wanted to add is for the word "RETAIN" to appear if there are 3 or more <74.50 grades in cells C6:H6 even if the student has an average of >=75.
Thanks for all your help!
*sheet attached
Bookmarks