Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Excel: HLOOKUP Text "approximate" match over 2 sheets problem?

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,886
Default Excel: HLOOKUP Text "approximate" match over 2 sheets problem?

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 14
Default Excel: HLOOKUP Text "approximate" match over 2 sheets problem?

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Excel: HLOOKUP Text "approximate" match over 2 sheets problem?

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Text "comparison" operator for "contains" used in an "IF" Function Pawaso Excel Worksheet Functions 4 April 4th 23 11:35 AM
How to TURN OFF "wrap text" for all new workbooks/sheets MK Excel Discussion (Misc queries) 3 March 16th 07 01:03 PM
Excel: Changing "numeric $" to "text $" in a different cell. Heather_CCF Excel Worksheet Functions 1 September 5th 06 06:06 PM
"Wrap Text" problem in Excel 2003 SP2 jab Excel Discussion (Misc queries) 2 October 27th 05 03:09 PM
Insert "-" in text "1234567890" to have a output like this"123-456-7890" Alwyn Excel Discussion (Misc queries) 3 October 25th 05 11:36 PM


All times are GMT +1. The time now is 03:00 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"