I need to create a LOOKUP Excel function to find grades. I already used:
=LOOKUP(B5,{0,60,70,80,90,100},{"F","E","D","C","B","A"})
Which works fine. BUT It has to be done using a table array/vector as such
Bob 85 Grade??
Sara 92 Grade??
using the table:
A+ 95
A 90
B 80
C 70
I keep plugging formulas like: =VLOOKUP(B27,A20:B24,1,TRUE)
but it comes back NA or #VALUE??
I dont know what my problem is in using LOOKUP in a table??
Please Help!! Much Appreciated
Kristyn
=LOOKUP(B5,{0,60,70,80,90,100},{"F","E","D","C","B","A"})
Which works fine. BUT It has to be done using a table array/vector as such
Bob 85 Grade??
Sara 92 Grade??
using the table:
A+ 95
A 90
B 80
C 70
I keep plugging formulas like: =VLOOKUP(B27,A20:B24,1,TRUE)
but it comes back NA or #VALUE??
I dont know what my problem is in using LOOKUP in a table??
Please Help!! Much Appreciated
Kristyn