Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / June 2006

Tip: Looking for answers? Try searching our database.

Remove duplicate and original

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Backdoor Cover - 09 Jun 2006 00:11 GMT
I have two lists of Client Accounts.  One with 45,000 rows and the othe
is 45,800 rows.

All of the 45,000 in Column A is in the 45,800 in Column B.

I only want that 800 unique accounts from Column B.

Doing an If(countif(..  crashes my PC.  Is there a better way tro fin
that 800?

Thanks
Dave Peterson - 09 Jun 2006 00:57 GMT
This may slow things down, but I think lots of these are not as slow as lots of
=countif()'s.

In C1:
=isnumber(match(b1,a:a,0))
(dragged down)

If it's true, then b1 appears in column A.

Then I'd recalculate and convert those formulas to values.

Then filter by column C to show the falses.

(the filter should work faster with values--not formulas)

> I have two lists of Client Accounts.  One with 45,000 rows and the other
> is 45,800 rows.
[quoted text clipped - 13 lines]
> Backdoor Cover's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=19842
> View this thread: http://www.excelforum.com/showthread.php?threadid=550166

Signature

Dave Peterson

Backdoor Cover - 09 Jun 2006 01:25 GMT
Thanks that worked great
Backdoor Cover - 09 Jun 2006 01:27 GMT
the forumla:  =ISNUMBER(MATCH(A2,B:B,0))

could I substitute ROWS instead of B:B somehow so it was only looking
at 400 rows instead of 65K?

Signature

Backdoor Cover

Peo Sjoblom - 09 Jun 2006 01:37 GMT
=ISNUMBER(MATCH(A2,$B$2:$B$402,0))

adapt to fit

Signature

Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
"It is a good thing to follow the first law of holes;
if you are in one stop digging."  Lord Healey

> the forumla:  =ISNUMBER(MATCH(A2,B:B,0))
>
> could I substitute ROWS instead of B:B somehow so it was only looking
> at 400 rows instead of 65K?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.