Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi, Please help?
I have two sheets, the one is an extract from Payroll about employee details with first, second, third and lastname + initials. The second sheet I have Firstname & Lastname columns and then a column with the job title. I need to match the names and then pull the job decriptions over to the first sheet with the many names and detail and need to match them? Problem is that with the many names you still have surnames with 3 words and to sort and filter that take weeks if sheet 1 has 17000 rows and sheet 2 have 2200 rows. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
Insert a new column A on both sheets. In this column create a concatenation of First and Lastnames =B1&"|"&C1 for your second sheet. Choose the appropriate columns for Sheet1 On Sheet1, in the column where you want the Job title to appear =VLOOKUP(A1,Sheet2!$A:$D,4,0) After copying down as appropriate, copy the new column on Sheet1, Paste SpecialValues to "fix" the data. Then you can delete column A on both sheets. -- Regards Roger Govier "Excel: Text (match, lookup...)" <Excel: Text (match, wrote in message ... Hi, Please help? I have two sheets, the one is an extract from Payroll about employee details with first, second, third and lastname + initials. The second sheet I have Firstname & Lastname columns and then a column with the job title. I need to match the names and then pull the job decriptions over to the first sheet with the many names and detail and need to match them? Problem is that with the many names you still have surnames with 3 words and to sort and filter that take weeks if sheet 1 has 17000 rows and sheet 2 have 2200 rows. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Before trying to come up with some sort of convoluted formula, can't you
extract an employee ID/ salary ref number from payroll? This would then let you use a simple VLOOKUP on the a unique identifier. Cheers, Pete "Excel: Text (match, lookup...)" wrote: Hi, Please help? I have two sheets, the one is an extract from Payroll about employee details with first, second, third and lastname + initials. The second sheet I have Firstname & Lastname columns and then a column with the job title. I need to match the names and then pull the job decriptions over to the first sheet with the many names and detail and need to match them? Problem is that with the many names you still have surnames with 3 words and to sort and filter that take weeks if sheet 1 has 17000 rows and sheet 2 have 2200 rows. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Yes I can bring the employee number into sheet 2 with the Job title, but
sheet 1 has no reference to the employee number? "Pete McCosh" wrote: Before trying to come up with some sort of convoluted formula, can't you extract an employee ID/ salary ref number from payroll? This would then let you use a simple VLOOKUP on the a unique identifier. Cheers, Pete "Excel: Text (match, lookup...)" wrote: Hi, Please help? I have two sheets, the one is an extract from Payroll about employee details with first, second, third and lastname + initials. The second sheet I have Firstname & Lastname columns and then a column with the job title. I need to match the names and then pull the job decriptions over to the first sheet with the many names and detail and need to match them? Problem is that with the many names you still have surnames with 3 words and to sort and filter that take weeks if sheet 1 has 17000 rows and sheet 2 have 2200 rows. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Text "comparison" operator for "contains" used in an "IF" Function | Excel Worksheet Functions | |||
How to TURN OFF "wrap text" for all new workbooks/sheets | Excel Discussion (Misc queries) | |||
Excel: Changing "numeric $" to "text $" in a different cell. | Excel Worksheet Functions | |||
"Wrap Text" problem in Excel 2003 SP2 | Excel Discussion (Misc queries) | |||
Insert "-" in text "1234567890" to have a output like this"123-456-7890" | Excel Discussion (Misc queries) |