+ Reply to Thread
Results 1 to 3 of 3

Retain Order but Remove Duplicates

  1. #1
    Forum Contributor
    Join Date
    06-29-2011
    Location
    Ottawa, Ontario
    MS-Off Ver
    Excel 2007
    Posts
    107

    Retain Order but Remove Duplicates

    Hi, was wondering if anyone can help me with this?

    In cell A1 - J1 I have: 9 2 5 2 2 9 3 4 7 5

    What I would like is to keep the order that the numbers are in, but remove the duplicates.

    With this set of numbers I would end up with, in cell M1 - R1 9 2 5 3 4 7

    Thanks

  2. #2
    Valued Forum Contributor AZ-XL's Avatar
    Join Date
    03-22-2013
    Location
    Azerbaijan, Baku
    MS-Off Ver
    Excel 2007
    Posts
    603

    Re: Retain Order but Remove Duplicates

    m1 cell
    =IFERROR(INDEX($A$1:$J$1,MATCH(0,COUNTIF($L$1:L1,$A$1:$J$1),0)),"")
    Hit Ctrl Shift enter
    then drag right
    Appreciate the help? CLICK *

  3. #3
    Forum Contributor
    Join Date
    06-29-2011
    Location
    Ottawa, Ontario
    MS-Off Ver
    Excel 2007
    Posts
    107

    Re: Retain Order but Remove Duplicates

    That works perfect, thanks AZ-XL

+ 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. [SOLVED] Create alphabetical list, but retain original order
    By Yoshi64 in forum Excel General
    Replies: 7
    Last Post: 01-16-2014, 11:16 PM
  2. Replies: 5
    Last Post: 02-21-2013, 11:37 AM
  3. Replies: 1
    Last Post: 11-02-2012, 12:18 AM
  4. sort alphabetical order, then remove duplicates
    By gold9er in forum Excel General
    Replies: 1
    Last Post: 08-12-2012, 04:05 PM
  5. [SOLVED] Remove Duplicates in any order
    By doctorcpu in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-16-2009, 03:12 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