Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do you remove a check box (Control) in an Excel spreadsheet? | Excel Discussion (Misc queries) | |||
How do I remove a check box from a worksheet in excel? | Excel Discussion (Misc queries) | |||
Can't Insert of remove worksheet in an existing workbook | Excel Discussion (Misc queries) | |||
How do I remove a check box once I have inserted it? | Excel Discussion (Misc queries) | |||
How do I remove unwanted check boxes which tagged along from anoth | Excel Discussion (Misc queries) |