If Function
If Function
Function
EXCEL IF Function
performs a logical test and
return one value for a TRUE
result, and another for a
FALSE result
EXCEL IF Function
=IF(C6<70,"F",IF(C6<75,"D",IF(C6<85,"
C",IF(C6<95,"B","A"))))