Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Pete
 
Posts: n/a
Default Merging different spreadsheets

Are the new records going to replace the equivalent records in the old
sheet? If so, then you can add this formula in a blank column of the
old sheet:

=IF(ISNA(VLOOKUP(A1,new!$A$1:$A$5000,1,0)),"unique ","duplicate")

and copy it down to the bottom of the 15,000 records. This assumes that
Application_Number is column A in both sheets, and that the more
up-to-date sheet is named "new" - adjust these to suit. The formula
identifes those records in the old sheet for which there is a duplicate
in the new sheet.

I would suggest then that you sort the data in the old sheet in
descending order using this new column, so that all the "duplicate"
records fall to the bottom. These can then be deleted, and all the
records from the new sheet can then be pasted in at the bottom of the
unique records. You can delete this helper column, and re-sort the data
on the key field.

Hope this helps.

Pete

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
Merging information from two different excel spreadsheets MAPADMIN Excel Discussion (Misc queries) 0 January 3rd 06 07:31 PM
Spreadsheets are cut off when you paste and link? Clint Lovell Excel Worksheet Functions 1 November 25th 05 06:10 PM
Really appreciate some help on merging two spreadsheets... 1st time PC builder... Excel Discussion (Misc queries) 5 November 15th 05 04:31 PM
Merging Excel Spreadsheets Together LeCar Excel Discussion (Misc queries) 2 May 15th 05 06:54 PM
merging two excel spreadsheets - track changes from original Kasia Excel Worksheet Functions 0 May 6th 05 06:26 PM


All times are GMT +1. The time now is 04:48 PM.

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

About Us

"It's about Microsoft Excel"