+ Reply to Thread
Results 1 to 9 of 9

Extract records with out duplicate

  1. #1
    Forum Contributor HaroonSid's Avatar
    Join Date
    02-28-2014
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    2,080

    Post Extract records with out duplicate

    hello
    i have data A61:A500

    i want to extract records with out duplicate on BN61:BN500


    thanx alot

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: Extract records with out duplicate

    what is your data? Numbers? text? mixed?

  3. #3
    Forum Guru HaHoBe's Avatar
    Join Date
    02-19-2005
    Location
    Hamburg, Germany
    MS-Off Ver
    work: 2016 on Win10 (notebook), private: 2019 on Win10 (desktop), 2019 on Win11 (notebook)
    Posts
    8,197

    Re: Extract records with out duplicate

    Hi, haroon2015,

    loop through the cells in A61 to A500 and copy as well as add the value under those present in the target range if WorksheetFunction.CountIf delivers 0. Or copy over and use FilterDuplicates or the Advanced Filter.

    Ciao,
    Holger
    Use Code-Tags for showing your code: [code] Your Code here [/code]
    Please mark your question Solved if there has been offered a solution that works fine for you

  4. #4
    Forum Contributor HaroonSid's Avatar
    Join Date
    02-28-2014
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    2,080

    Re: Extract records with out duplicate

    mIXED NUMBERS AND TEXT

  5. #5
    Forum Contributor HaroonSid's Avatar
    Join Date
    02-28-2014
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    2,080

    Re: Extract records with out duplicate

    Hello HaHoBe

    will u plz make the code for me thanx

  6. #6
    Forum Guru HaHoBe's Avatar
    Join Date
    02-19-2005
    Location
    Hamburg, Germany
    MS-Off Ver
    work: 2016 on Win10 (notebook), private: 2019 on Win10 (desktop), 2019 on Win11 (notebook)
    Posts
    8,197

    Re: Extract records with out duplicate

    Hi, haroon2015,

    like this:
    Please Login or Register  to view this content.
    You might consider to adapt the ranges to the actual number of records in the cells if these are constant values by using SpecialCells or get the last row number of filled data via Find.

    Ciao,
    Holger

  7. #7
    Forum Contributor HaroonSid's Avatar
    Join Date
    02-28-2014
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    2,080

    Re: Extract records with out duplicate

    HaHoBe
    i don't want to vba code
    i want simple excel code
    i m using this function to make dynamic list my text range

    Please Login or Register  to view this content.
    i want to make dynamic list for numbers

  8. #8
    Forum Guru HaHoBe's Avatar
    Join Date
    02-19-2005
    Location
    Hamburg, Germany
    MS-Off Ver
    work: 2016 on Win10 (notebook), private: 2019 on Win10 (desktop), 2019 on Win11 (notebook)
    Posts
    8,197

    Re: Extract records with out duplicate

    Hi, haroon2015,

    please have a look at the attachment where I used a helper column in Column B and displayed the results in Column C.

    Ciao,
    Holger
    Attached Files Attached Files

  9. #9
    Forum Contributor HaroonSid's Avatar
    Join Date
    02-28-2014
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    2,080

    Re: Extract records with out duplicate

    Yup

    now perfect thanx HaHoBe

    +1 repu

+ 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. Extract records
    By ScottXe in forum Excel General
    Replies: 5
    Last Post: 01-27-2013, 07:32 PM
  2. Replies: 2
    Last Post: 11-23-2012, 11:58 AM
  3. Extract records to another worksheet
    By thart21 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-03-2007, 01:33 AM
  4. Merging records / creating new columns based on duplicate records
    By duklaprague in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 07-19-2007, 10:32 AM
  5. Replies: 0
    Last Post: 07-19-2007, 02:58 AM

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