Trying to create a formula that will give a text grade. example
=SUM(30*a2)+(20*b2)+(20*c2)+(25*d2)+(5*e2)+5*f2)) this formula should give a total of grade precentages.
=IF(X9>90%, “A”, IF (X9>80%, “B”, IF(X9>70%, “C”,IF(X9>60,”D”,IF(X9>0%, “F”, Incomplete))))) This formula should poplulate last colmun to a letter grade. Any help would be greatly appreciated.![]()
Bookmarks