+ Reply to Thread
Results 1 to 2 of 2

Index array?

  1. #1
    Registered User
    Join Date
    09-04-2019
    Location
    Boston, MA
    MS-Off Ver
    11
    Posts
    1

    Angry Index array?

    I'm trying to Index a list. The list has a bunch of names, each name duplicated many times. I just want to auto generate a list of each name one time (no duplicates.)

    Example Data
    John Valencia
    John Valencia
    John Valencia
    John Valencia
    John Valencia
    John Valencia
    John Valencia
    Joe Holub
    Joe Holub
    Joe Holub
    Joe Holub
    Joe Holub
    Joe Holub
    Joe Holub
    Joe Holub
    John Valencia
    John Valencia
    John Valencia
    John Valencia
    John Valencia
    John Valencia
    Joe Holub
    Joe Holub
    Joe Holub
    Joe Holub
    Joe Holub
    Joe Holub

    Formula Used:
    =IFERROR(INDEX($Q$5:$Q$603, MATCH(0, COUNTIF($Z$1:Z1, $Q$5:$Q$603), 0)), "")

    Results:
    John Valencia
    John Valencia
    John Valencia
    John Valencia
    Joe Holub
    Joe Holub
    Joe Holub
    Joe Holub
    Mario Lucas Peneda
    Mario Lucas Peneda
    Mario Lucas Peneda
    Mario Lucas Peneda
    Anthony Goodrich
    Anthony Goodrich
    Anthony Goodrich
    Anthony Goodrich
    Scott Nowicki
    Scott Nowicki
    Scott Nowicki
    Scott Nowicki
    Pickup Order
    Pickup Order
    Pickup Order
    Pickup Order
    Unknown Driver
    Unknown Driver
    Unknown Driver
    Unknown Driver

    Problem:
    Each name is listed four (4) times - I want it to list each name only one time. A list with no duplicates.

    It's been many years since I've done this type of work. I'm rusty and need some help.

    Thanks!
    Jason

  2. #2
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,075

    Re: Index array?

    Hi & welcome to the board.
    If you have put the formula into Z5 change$Z$1:Z1 to $Z$4:$Z4

+ 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. Use Index Match or lookup to create array from array
    By kinemagichemistry in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-01-2018, 02:27 PM
  2. [SOLVED] If range contains one of the values in the array, return the index of the array
    By LawCarrot in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-01-2018, 04:12 AM
  3. Replies: 3
    Last Post: 04-02-2016, 08:16 PM
  4. Replies: 5
    Last Post: 12-02-2015, 05:23 AM
  5. Replies: 6
    Last Post: 04-30-2014, 02:42 AM
  6. Index Match array equation with sub-array calculation
    By glebbo in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-04-2012, 03:04 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