Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I want to use vlookup to convert grades (A, B, C, etc) to numeric values but
have been unable to do so. I've been to the Contextures web page which gives help on this and have read, in confusion, a solution but am still unable to get it to work. This is what I've done: Sheet 1 I've called "Numeric" and I've entered a series of text grades in column A I've created a table of grades and numbers in sheet "Lookup" which is entered in cells A1:B6 with cells A2:B6 being the field array Grade Score E 35 D 45 C 55 B 65 A 75 In Sheet "Numeric" column B adjacent to the text grades (A1:A5) I've entered the formulas =VLOOKUP(A1,Lookup!A2:B6,2) =VLOOKUP(A2,Lookup!A2:B6,2) =VLOOKUP(A3,Lookup!A2:B6,2) =VLOOKUP(A4,Lookup!A2:B6,2) =VLOOKUP(A5,Lookup!A2:B6,2) which, bizarrely, gives the result: D 75.00 C 75.00 A 75.00 B 65.00 E 75.00 Why is this happening? Pete |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VLOOKUP Function | Excel Discussion (Misc queries) | |||
How do I access data stored in a SQL server for vlookup function? | Excel Worksheet Functions | |||
VLOOKUP Function using Data Ranges. | Excel Worksheet Functions | |||
Array Function with VLOOKUP | Excel Worksheet Functions | |||
Simplify Vlookup function in Excel | Excel Worksheet Functions |