Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
PJ PJ is offline
external usenet poster
 
Posts: 112
Default Working backwards-matching names

I need to return information on employees from about 10 separate spreadsheets
to a master employee list. I guess this would involve looking up the
employees name which is in column A on all sheets and returning the word yes
or no from column J on all sheets to column L on the master sheet at the same
employees name?????
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Working backwards-matching names

One crack at this toughie ..
(do hang around awhile, there could be a better solution out there)

You could try this set-up

In your master sheet,
assume the names are listed in A2 down

Using 10 empty cols to the right of col L, viz cols M to V

In M1:V1, carefully enter the exact sheetnames
of the 10 other sheets that the names are found
(the names within each sheet are assumed listed in A2 down)

Place in M2, normal ENTER:
=INDEX(INDIRECT("'"&M$1&"'!J:J"),MATCH($A2,INDIREC T("'"&M$1&"'!A:A"),0))
Copy M2 across to V2, fill down to the last name in col A to populate. If
you see #REF!, that means the sheetname(s) entered within M1:V1 do not match
the names on the tabs. Re-check and correct if required. Don't worry about
the #N/As.

Then put in L2, array-enter the formula by pressing CTRL+SHIFT+ENTER:
=INDEX(M2:V2,MATCH(TRUE,NOT(ISERROR(M2:V2)),0))
Copy L2 down to the same extent. Col L will return the required results from
col J in each of the 10 sheets.

The above assumes of course that names are uniquely listed, ie any name
listed in the master sheet will appear only on 1 sheet within the 10 other
sheets.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"pj" wrote:
I need to return information on employees from about 10 separate spreadsheets
to a master employee list. I guess this would involve looking up the
employees name which is in column A on all sheets and returning the word yes
or no from column J on all sheets to column L on the master sheet at the same
employees name?????

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Working backwards-matching names

Thanks so much!!! I'll give it a try.

PJ

"Max" wrote:

One crack at this toughie ..
(do hang around awhile, there could be a better solution out there)

You could try this set-up

In your master sheet,
assume the names are listed in A2 down

Using 10 empty cols to the right of col L, viz cols M to V

In M1:V1, carefully enter the exact sheetnames
of the 10 other sheets that the names are found
(the names within each sheet are assumed listed in A2 down)

Place in M2, normal ENTER:
=INDEX(INDIRECT("'"&M$1&"'!J:J"),MATCH($A2,INDIREC T("'"&M$1&"'!A:A"),0))
Copy M2 across to V2, fill down to the last name in col A to populate. If
you see #REF!, that means the sheetname(s) entered within M1:V1 do not match
the names on the tabs. Re-check and correct if required. Don't worry about
the #N/As.

Then put in L2, array-enter the formula by pressing CTRL+SHIFT+ENTER:
=INDEX(M2:V2,MATCH(TRUE,NOT(ISERROR(M2:V2)),0))
Copy L2 down to the same extent. Col L will return the required results from
col J in each of the 10 sheets.

The above assumes of course that names are uniquely listed, ie any name
listed in the master sheet will appear only on 1 sheet within the 10 other
sheets.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"pj" wrote:
I need to return information on employees from about 10 separate spreadsheets
to a master employee list. I guess this would involve looking up the
employees name which is in column A on all sheets and returning the word yes
or no from column J on all sheets to column L on the master sheet at the same
employees name?????

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Working backwards-matching names

welcome. post back on how it went for you.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"TX caterer" wrote in message
...
Thanks so much!!! I'll give it a try.

PJ



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
Formula working backwards from finished price Eqa Excel Discussion (Misc queries) 2 July 2nd 07 08:48 AM
Matching names Richard Excel Discussion (Misc queries) 1 April 24th 07 11:50 PM
Matching names in two columns [email protected] Excel Discussion (Misc queries) 2 March 29th 07 05:01 AM
Sorting and matching rows of names with Socials with master list and eliminating the extra names Giacomo Excel Worksheet Functions 1 March 10th 07 01:52 AM
Matching Names in two different workbooks Angela Excel Discussion (Misc queries) 2 December 14th 05 03:26 PM


All times are GMT +1. The time now is 01:52 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"