Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Check and Remove Records

Are the records in one cell or do you have a key column that can be used to
match up?


I'm gonna assume that column A is the only column or column A is the key column.

I'd insert a new column B
Add headers to row 1

In B2:
=isnumber(match(a2,sheet2!a:a,0))

Then drag down.

You'll see True if the key is in sheet2, column A.

You'll see False if it's not in sheet2, column A.

Then Apply Data|Filter|autofilter to column B
Use the drop down arrow to show the True's
delete those visible rows
data|filter|autofilter to remove the filter
delete column B.

Madasamy wrote:

Dear All,

I have two spreadsheets one with 10,000 records and the other with 1000
records. I want to check the 10,000 records spreadsheet with the 1000
records and highlight the 1000 records present if any in the 10,000
records spreadsheet. (I want to check through the big list and remove
any records that are in the small list).

Thanks in advance

--
Madasamy
------------------------------------------------------------------------
Madasamy's Profile: http://www.excelforum.com/member.php...o&userid=34146
View this thread: http://www.excelforum.com/showthread...hreadid=539170


--

Dave Peterson
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
How do you remove a check box (Control) in an Excel spreadsheet? zjan Excel Discussion (Misc queries) 2 April 17th 06 10:41 PM
How do I remove a check box from a worksheet in excel? nikitia Excel Discussion (Misc queries) 1 February 2nd 06 10:09 PM
Can't Insert of remove worksheet in an existing workbook beginer1 Excel Discussion (Misc queries) 4 January 25th 06 03:06 AM
How do I remove a check box once I have inserted it? billmeier Excel Discussion (Misc queries) 3 December 19th 05 01:02 AM
How do I remove unwanted check boxes which tagged along from anoth tim Excel Discussion (Misc queries) 1 July 21st 05 03:13 AM


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