Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 275
Default Collate data from one spreadsheet into another spreadsheet

I have two spreadsheets. Spreadsheet A has a list of 500 clients. Spreadsheet
B has a list of over 5000 members.

I need to know if any of the 500 clients in Spreadsheet A appear in
Spreadsheet B, then collate this data in a new spreadsheet.

We can assume the members' first name and surname are in separate columns.
There is also a column with each member's account number.

Is there a formula that can locate and extract the data I need?

Thanks

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Collate data from one spreadsheet into another spreadsheet

Suppose you have the members account number in ColA of both sheets; then try
the below in Sheet1 (500 records) which will check the membership number in
ColA of Sheet2 (5000 records)..and return the text "Found" or return
blank...Copy the formula down and once done you can sort the formula column
and copy paste the data to a different sheet...

=IF(COUNTIF(Sheet2!A:A,A1),"Found","")

If this post helps click Yes
---------------
Jacob Skaria


"Anthony" wrote:

I have two spreadsheets. Spreadsheet A has a list of 500 clients. Spreadsheet
B has a list of over 5000 members.

I need to know if any of the 500 clients in Spreadsheet A appear in
Spreadsheet B, then collate this data in a new spreadsheet.

We can assume the members' first name and surname are in separate columns.
There is also a column with each member's account number.

Is there a formula that can locate and extract the data I need?

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,180
Default Collate data from one spreadsheet into another spreadsheet

Excel 2007 Tables
Extract data from 2 tables and consolidate.
No formulas or code used.
Ranges dynamic.
Assumes account# appears only once.
http://www.mediafire.com/file/mfgno0h0yte/10_19_09.xlsx
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
Linking 2 spreadsheet using data from 1st spreadsheet vennesse Excel Discussion (Misc queries) 1 February 11th 09 10:43 AM
Variable data from one spreadsheet sent to new spreadsheet vasi via OfficeKB.com New Users to Excel 0 October 20th 08 07:08 PM
Can I pull data from a spreadsheet to another spreadsheet Pat Excel Discussion (Misc queries) 2 March 18th 07 10:22 PM
How do I copy spreadsheet data as shown to another spreadsheet? trainer07 Excel Discussion (Misc queries) 2 August 7th 06 09:39 PM
summarize data from one spreadsheet to other spreadsheet sa02000 Excel Worksheet Functions 10 June 27th 06 07:10 PM


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