#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Regarding Duplicates

Hi All,

How are u? i have a small query about find the missed numbers in two
different lists.

List A list B
1 1
2 5
3 6
6 7
9 8
4 3
7 10
14 9
5 20
10 17
15 14
12 13
13
8
11

I want to find numbers which is not in "list A", Which is in "List B".
in the above example 17 and 20 are the volumes which is not in "List
A" and is there in "List B". i need all new arrived number in one more
list.


Thanks and Regards,
Anil.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Regarding Duplicates

Suppose you have list A and list B in ColA and ColB starting from row2. In
cell C2 apply the below formula and copy down as required...

=IF(COUNTIF(A:A,B2),"",B2)

--
Jacob


"showry" wrote:

Hi All,

How are u? i have a small query about find the missed numbers in two
different lists.

List A list B
1 1
2 5
3 6
6 7
9 8
4 3
7 10
14 9
5 20
10 17
15 14
12 13
13
8
11

I want to find numbers which is not in "list A", Which is in "List B".
in the above example 17 and 20 are the volumes which is not in "List
A" and is there in "List B". i need all new arrived number in one more
list.


Thanks and Regards,
Anil.
.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Regarding Duplicates

On Mar 2, 2:26*pm, Jacob Skaria
wrote:
Suppose you have list A and list B in ColA and ColB starting from row2. In
cell C2 apply the below formula and copy down as required...

=IF(COUNTIF(A:A,B2),"",B2)

--
Jacob



"showry" wrote:
Hi All,


How are u? i have a small query about find the missed numbers in two
different lists.


List A * * * * * * list B
1 * * * * *1
2 * * * * *5
3 * * * * *6
6 * * * * *7
9 * * * * *8
4 * * * * *3
7 * * * * *10
14 * * * * 9
5 * * * * *20
10 * * * * 17
15 * * * * 14
12 * * * * 13
13
8
11


I want to find numbers which is not in "list A", Which is in "List B".
in the above example 17 and 20 are the volumes which is not in "List
A" and is there in "List B". i need all new arrived number in one more
list.


Thanks and Regards,
Anil.
.- Hide quoted text -


- Show quoted text -Thanks dear... it's wworking properly...

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
Condensing a list with duplicates to a list with non-duplicates Nuclear Excel Worksheet Functions 2 July 29th 08 08:03 PM
Duplicates wynand Excel Discussion (Misc queries) 2 May 22nd 08 01:24 PM
Duplicates in excel that aren't 100% DUPLICATES ... [email protected] Excel Discussion (Misc queries) 4 May 2nd 08 06:43 PM
Duplicates Krissie C Excel Discussion (Misc queries) 3 November 16th 05 01:17 PM
Duplicates Steved Excel Worksheet Functions 2 August 25th 05 10:58 AM


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