I am trying to convert a grade to a numerical equivalent:
lookup(A1, {"A*","A","B"},{58,52,46}) but if cell A1 contains the A star (A*) grade, the lookup formula returns 52 instead of 58.
I think it is a problem of interpreting the asterisk as a wildcard. How can I get the formula to work as expected?
Thanks
John
lookup(A1, {"A*","A","B"},{58,52,46}) but if cell A1 contains the A star (A*) grade, the lookup formula returns 52 instead of 58.
I think it is a problem of interpreting the asterisk as a wildcard. How can I get the formula to work as expected?
Thanks
John