Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,101
Default how do i link up 2 sets of data into 1 set of data in excel

i want to concatenate 2 sets of data into 1 set. how do i line up like rows.
the basic dat sort doesnt work as not all of the data are the same in the 2
sets. i know you use concatenate somehow. the example is data set 1 is name
and phone numbers , data set 2 is names and addresses. i want to combine them
into one data set with names, phone numbers,and addresses.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default how do i link up 2 sets of data into 1 set of data in excel

Mike,
Use VLOOKUP with "name" as search argument to retrieve the
corresponding data.

For example, use VLOOKUP to get the address data to be added to the 'phone
data for a given name.

Assuming name and telephone are in columns A& B of Sheet1 and name & address
are in columns A & B of Sheet2 then in column C (Cell C2) of sheet1 put

=VLOOKUP(A2,Sheet2!A:B,2,0)

this will match name in A2 against name in Sheet2 and return address from
column B.

HTH

"mike" wrote:

i want to concatenate 2 sets of data into 1 set. how do i line up like rows.
the basic dat sort doesnt work as not all of the data are the same in the 2
sets. i know you use concatenate somehow. the example is data set 1 is name
and phone numbers , data set 2 is names and addresses. i want to combine them
into one data set with names, phone numbers,and addresses.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 117
Default how do i link up 2 sets of data into 1 set of data in excel

Excuse me Gord...Mike, Are you asking about one worksheet ? - do you need a
separate cell containing the merged info texts in every row...and then sort
it under one column containing the merged texts....and then do something else
??

"Toppers" wrote:

Mike,
Use VLOOKUP with "name" as search argument to retrieve the
corresponding data.

For example, use VLOOKUP to get the address data to be added to the 'phone
data for a given name.

Assuming name and telephone are in columns A& B of Sheet1 and name & address
are in columns A & B of Sheet2 then in column C (Cell C2) of sheet1 put

=VLOOKUP(A2,Sheet2!A:B,2,0)

this will match name in A2 against name in Sheet2 and return address from
column B.

HTH

"mike" wrote:

i want to concatenate 2 sets of data into 1 set. how do i line up like rows.
the basic dat sort doesnt work as not all of the data are the same in the 2
sets. i know you use concatenate somehow. the example is data set 1 is name
and phone numbers , data set 2 is names and addresses. i want to combine them
into one data set with names, phone numbers,and addresses.

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
Numbers/Text data missing from excel to excel query? RAMAERTE Excel Discussion (Misc queries) 0 May 8th 06 05:05 PM
From several workbooks onto one excel worksheet steve Excel Discussion (Misc queries) 6 December 1st 05 08:03 AM
How to link website data to Excel cells Tony Excel Discussion (Misc queries) 4 September 28th 05 04:16 PM
Help PLEASE! Not sure what answer is: Match? Index? Other? baz Excel Worksheet Functions 7 September 3rd 05 03:47 PM
Link or Copy Excel Data to Calendar (for scheduling) for Visual Aid supafreeza Excel Discussion (Misc queries) 1 July 10th 05 04:47 AM


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