+ Reply to Thread
Results 1 to 2 of 2

Removing duplicates but leaving values if from another sequence

  1. #1
    Registered User
    Join Date
    02-19-2018
    Location
    Bristol,England,
    MS-Off Ver
    Excel 2016
    Posts
    13

    Removing duplicates but leaving values if from another sequence

    Hi,

    I need some help with excel as I have a large set of data that is about 900 different values and I want to filter them and have all duplicates removed if they repeat in a single sequnce of numbers e.g delete the two twelves before the 14 if I have 12/12/12/14/14/12/12 and then delete the second 14 and also delete the last twelve as it's a different sequnce so it becomes ===>12/14/12. I could do that manually but since I have 900 numbers it will take a lot of time and I'm pretty sure there is a way of making a short-cut in excel. Thanks

  2. #2
    Forum Expert tim201110's Avatar
    Join Date
    10-23-2011
    Location
    Russia
    MS-Off Ver
    2016, 2019
    Posts
    2,357

    Re: Removing duplicates but leaving values if from another sequence

    =if(index($b$1:b2,aggregate(14,6,row($a$2:a2)/($b$2:b2<>""),1))=a3,"",a3)
    Attached Files Attached Files

+ 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. Removing duplicates Vs. only showing unique values
    By Terri Earley in forum Excel General
    Replies: 5
    Last Post: 07-06-2015, 01:33 AM
  2. Sorting based on one column values and removing duplicates!
    By devpp in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-26-2013, 09:41 AM
  3. [SOLVED] Removing Duplicates but recording their values
    By c.goan in forum Excel General
    Replies: 4
    Last Post: 11-06-2012, 03:42 AM
  4. Replies: 6
    Last Post: 03-29-2012, 12:16 AM
  5. Replies: 1
    Last Post: 02-07-2012, 07:07 AM
  6. Replies: 2
    Last Post: 09-09-2010, 03:26 PM
  7. Replies: 3
    Last Post: 09-18-2008, 07:25 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