Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
anu anu is offline
external usenet poster
 
Posts: 18
Default Filter data from two worksheets from same excel file

i have a set of account numbers in 2 worksheets( created at diff dates). i
want to find out the ones which are not there in the earlier. Both worksheets
are saved in a single file. The account numbers are of 11 digits and the each
sheet contains hundreds of such account numbers
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 468
Default Filter data from two worksheets from same excel file

To compare entries in Column A of sheet2 with entries in Column A Sheet1
in your sheet2 (new column G) enter in first data row(say G2))

=COUNTIF(Sheet1!A:A,Sheet2!G2)=0

and Copy down as far as is needed

FALSE = These values are on Both Sheets
TRUE = These values Are NOT on Sheet1



"anu" wrote:

i have a set of account numbers in 2 worksheets( created at diff dates). i
want to find out the ones which are not there in the earlier. Both worksheets
are saved in a single file. The account numbers are of 11 digits and the each
sheet contains hundreds of such account numbers

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 468
Default Filter data from two worksheets from same excel file

Sorry, better make that:

=COUNTIF(Sheet1!A:A,Sheet2!A2)=0



"JMay" wrote:

To compare entries in Column A of sheet2 with entries in Column A Sheet1
in your sheet2 (new column G) enter in first data row(say G2))

=COUNTIF(Sheet1!A:A,Sheet2!G2)=0

and Copy down as far as is needed

FALSE = These values are on Both Sheets
TRUE = These values Are NOT on Sheet1



"anu" wrote:

i have a set of account numbers in 2 worksheets( created at diff dates). i
want to find out the ones which are not there in the earlier. Both worksheets
are saved in a single file. The account numbers are of 11 digits and the each
sheet contains hundreds of such account numbers

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
Filter Data From Master Sheet Into Other Worksheets Michelle Excel Worksheet Functions 1 July 10th 08 12:35 AM
Filter data in one worksheet to other worksheets Waimeng Excel Discussion (Misc queries) 2 January 24th 07 03:17 PM
Can I pull data from worksheets with a batch file? ALEX Excel Discussion (Misc queries) 1 November 13th 06 04:00 PM
How do I filter data from a master worksheet to other worksheets Dave from Perth Excel Discussion (Misc queries) 1 November 2nd 06 11:31 AM
Analyze & Filter data in a notepad file Rudodoo Excel Discussion (Misc queries) 1 December 1st 05 09:58 AM


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