Hi,
I'm a teacher and I'm using Excel to convert levels into a numerical value so that I can get an average.
My problem is that my LOOKUP is returning the wrong result. My lookup array and match type is this table:
1c 1
1b 2
1a 3
2c 4
Etc.
The table goes from 1c - 8a, numbers 1- 24.
So in my cell N2 the grade entered is a '7b', however, the LOOKUP is converting it to the number 21 instead of 20 as it should be according to the table.
My formula is this: =LOOKUP(N2,Sheet2!D2:D26,Sheet2!C2:C26)
Thanks for your help.
I'm a teacher and I'm using Excel to convert levels into a numerical value so that I can get an average.
My problem is that my LOOKUP is returning the wrong result. My lookup array and match type is this table:
1c 1
1b 2
1a 3
2c 4
Etc.
The table goes from 1c - 8a, numbers 1- 24.
So in my cell N2 the grade entered is a '7b', however, the LOOKUP is converting it to the number 21 instead of 20 as it should be according to the table.
My formula is this: =LOOKUP(N2,Sheet2!D2:D26,Sheet2!C2:C26)
Thanks for your help.