+ Reply to Thread
Results 1 to 7 of 7

Need Only Number Which are not duplicate

  1. #1
    Forum Contributor
    Join Date
    10-30-2019
    Location
    Agra
    MS-Off Ver
    Office 2010
    Posts
    241

    Need Only Number Which are not duplicate

    Hi All,

    we have two different columns and there are multiple number, we just want to all the number which are not duplicate.

    Column A Column B
    56 64
    32 48
    64 56
    48 10
    95 18
    64 95

    Result Are = 32, 10, 18

    help pls

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,901

    Re: Need Only Number Which are not duplicate

    Try this:

    =IFERROR(AGGREGATE(15,6,$A$2:$B$7/(COUNTIF($A$2:$B$7,$A$2:$B$7)=1),ROWS($E$2:E2)),"")

  3. #3
    Forum Contributor
    Join Date
    10-30-2019
    Location
    Agra
    MS-Off Ver
    Office 2010
    Posts
    241

    Re: Need Only Number Which are not duplicate

    Thanks Phuocam,

    we have large data from A2:B2007, what changed required in above formula

  4. #4
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,901

    Re: Need Only Number Which are not duplicate

    Change to:

    =IFERROR(AGGREGATE(15,6,$A$2:$B$2007/(COUNTIF($A$2:$B$2007,$A$2:$B$2007)=1),ROWS($E$2:E2)),"")

  5. #5
    Forum Contributor
    Join Date
    10-30-2019
    Location
    Agra
    MS-Off Ver
    Office 2010
    Posts
    241

    Re: Need Only Number Which are not duplicate

    thank you Phuocam,

  6. #6
    Forum Contributor
    Join Date
    10-30-2019
    Location
    Agra
    MS-Off Ver
    Office 2010
    Posts
    241

    Re: Need Only Number Which are not duplicate

    with this formula, we will get all the number which are not duplicate, m i right?

  7. #7
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,901

    Re: Need Only Number Which are not duplicate

    Yes, you can test it.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Count number of unique X digits duplicate pairs from a number
    By SedoSan7 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-19-2019, 04:03 AM
  2. Replies: 5
    Last Post: 01-21-2018, 07:33 PM
  3. Replies: 3
    Last Post: 01-19-2018, 01:56 PM
  4. sum corresponding number of duplicate ID
    By alireza123456 in forum Excel General
    Replies: 4
    Last Post: 08-03-2016, 07:01 AM
  5. Replies: 3
    Last Post: 12-16-2015, 12:56 AM
  6. Replies: 8
    Last Post: 06-25-2015, 08:59 AM
  7. Get numver number after validation of duplicate number
    By Nasir Choudhary in forum Excel General
    Replies: 1
    Last Post: 01-12-2013, 09:59 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1