Hello! Thanks in advance for any assistance...
I am working on moving data from one database to another. Right now I have my data in 2 excel spreadsheets. One is EvalsFinal.xls, the other is ElmPosition.xls. In EvalsFinal, I have (among other things) an employee id(text(6)) in ascending order. In ElmPosition I have (among other things) Employee ID (text(6)) ascending order and PosClass(text(2)). In evalsFinal, I need to have the value that is in ElmPosition PosClass appear in a blank column. In EvalsFinal, i tried putting =LOOKUP(A2,[ElmPosition.xls]Sheet1!$A$2:$A$3824,[ElmPosition.xls]Sheet1!$D$2:$D$3824) in cell L2 and the result is #N/A. Sample data...
EvalsFinal...Employee Id....
A2...00007
A3...00009
A4...00012
ElmPosition...Employee Id (colA)...PosClass (colD)
A2...0001
A3...0002
A4...0003
A5...0004
A6...0005
A7...0006
A8...0007...D8...CL
A8 is my first match to EvalsFinal(A2) and i would like the value CL to appear in EvalsFinal(L2).
Where did I go wrong? I hope I provided enough info to give a clear picture of what I am trying to do.
This is a one-time thing...once I get my PosClass in the EvalsFinal spreadsheet, I can load the data into the new database and be done with this forever.
Again....thanks for any assistance!
I am working on moving data from one database to another. Right now I have my data in 2 excel spreadsheets. One is EvalsFinal.xls, the other is ElmPosition.xls. In EvalsFinal, I have (among other things) an employee id(text(6)) in ascending order. In ElmPosition I have (among other things) Employee ID (text(6)) ascending order and PosClass(text(2)). In evalsFinal, I need to have the value that is in ElmPosition PosClass appear in a blank column. In EvalsFinal, i tried putting =LOOKUP(A2,[ElmPosition.xls]Sheet1!$A$2:$A$3824,[ElmPosition.xls]Sheet1!$D$2:$D$3824) in cell L2 and the result is #N/A. Sample data...
EvalsFinal...Employee Id....
A2...00007
A3...00009
A4...00012
ElmPosition...Employee Id (colA)...PosClass (colD)
A2...0001
A3...0002
A4...0003
A5...0004
A6...0005
A7...0006
A8...0007...D8...CL
A8 is my first match to EvalsFinal(A2) and i would like the value CL to appear in EvalsFinal(L2).
Where did I go wrong? I hope I provided enough info to give a clear picture of what I am trying to do.
This is a one-time thing...once I get my PosClass in the EvalsFinal spreadsheet, I can load the data into the new database and be done with this forever.
Again....thanks for any assistance!