LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Jim Rech
 
Posts: n/a
Default

There is no "import and exclude" command in Excel so you have to do
something with the tools Excel gives you.

I've had situations similar to yours many times and typically I open the
second data file, identify the items not in the first list, and copy/paste
them to it.

To find the new items I use the MATCH function. Say my new items are in
column B of Sheet1 of New.xls and the old list starts in A1 of Sheet1 of
Old.xls.

In A1 of Sheet1 of New.xls I would enter this formula and copy it down new
to all the new col B items:

=IF(ISERROR(MATCH(B1,[Old.xls]Sheet1!$A$1:$A$3,FALSE)),"X","")

(The $A$1:$A$3 is an example; you'd have a much longer range)

Then wherever I got an "X" I know it's a new item. You can then use Data,
Filter, Autofilter to show only the "X" rows and then copy them to the old
list.

--
Jim
"Tom R" <Tom wrote in message
...
|I have a data file that is too large to import into excel. I would like to
| import only unique records that do not ALREADY exist in the workbook. My
| workbook contains roughly 8,000 people. I want to import new names from a
| datafile but exclude people I already have in the existing workbook. Can
| anyone help?


 
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
import select data from another workbook schoeller Excel Worksheet Functions 0 March 31st 05 03:13 AM
How do I import MS Project data into Excel? mk Excel Discussion (Misc queries) 1 March 30th 05 07:57 PM
File Error: Data May Have Been Lost Tbird2340 Excel Discussion (Misc queries) 8 March 20th 05 05:31 PM
Importing .txt data files increases .xls file size BrianJ Excel Discussion (Misc queries) 1 January 29th 05 02:02 PM
VBA Import of text file & Array parsing of that data Dennis Excel Discussion (Misc queries) 4 November 28th 04 10:20 PM


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