Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Transferring text from one worksheet to another

I am needing to know how to copy text from a column in one worksheet into a
column in another worksheet based on matching information in a different
column. For example, I have a list of names in two different worksheets.
One list is about 3,200 rows long. The other list is 800 rows long. I need
to searth the longer list to match up names from the shorter list and pull
the employee numbers over from the longer list and paste them into a column
in the shorter list. Hopefully this makes sense.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 44
Default Transferring text from one worksheet to another

See if this works for you. Assuming that your list of database is in Sheet 1
and the shorter list is Sheet 2. The names start from A1 in both case and in
Sheet 1, the employee numbers start from B1.

In B1 of Sheet 2, paste this
=INDEX(Sheet1!$B$1:$B$3200,MATCH(A1,Sheet1!$A$1:$A $3200,0))

Change the range as required and drag the formula down.

"txmusic" wrote:

I am needing to know how to copy text from a column in one worksheet into a
column in another worksheet based on matching information in a different
column. For example, I have a list of names in two different worksheets.
One list is about 3,200 rows long. The other list is 800 rows long. I need
to searth the longer list to match up names from the shorter list and pull
the employee numbers over from the longer list and paste them into a column
in the shorter list. Hopefully this makes sense.

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
Transferring CERTAIN Data from one worksheet to another Samantha Excel Worksheet Functions 1 May 7th 09 10:54 PM
Transferring data from one worksheet to another Amedea_C Excel Discussion (Misc queries) 0 August 12th 08 02:16 PM
Transferring info from worksheet to report John D[_2_] Excel Discussion (Misc queries) 4 May 21st 07 12:49 AM
Transferring infromation from worksheet to web tool. confused Excel Discussion (Misc queries) 0 December 3rd 06 08:40 PM
Transferring data from one worksheet or workbook to another Janine Excel Worksheet Functions 5 September 5th 06 05:15 PM


All times are GMT +1. The time now is 11:16 PM.

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"