VLOOKUP is dependent up IF function
I am trying to Get a Letter grade via a VLOOKUP function.
Example:
Total points possible: 75 My test results: 63 Percentage: 84% Letter Grade (B) I get #N/A
Formula for Percentage
=IF(C10="","",IF(C10=>0,+(C10/B10)*100))
Formula for Letter Grade
=VLOOKUP(D10,$b$55:$C$66,1,TRUE)
|