+ Reply to Thread
Results 1 to 3 of 3

Add Unique Values to Dictionary

  1. #1
    Forum Contributor mccrimmon's Avatar
    Join Date
    02-19-2004
    Location
    Scotland
    MS-Off Ver
    2003
    Posts
    249

    Add Unique Values to Dictionary

    Hi

    I have recently discovered the dictionary object and believe it will fit my purpose.

    I have list of data that I need to split out to a summary report, however, I only want the unique items.

    The original list would look like this

    BM01
    BM01
    BM02
    BM01
    BM03
    BM01
    BM03

    The output should look like this:

    BM01
    BM02
    BM03

    Is there a way to only add the unique items to the dictionary?

    Thanks

    McC
    McCrimmon

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

    Re: Add Unique Values to Dictionary

    Look here:

    (Or you can use a Pivot table)

    Warning: Not working with numbers.
    Attached Files Attached Files
    Never use Merged Cells in Excel

  3. #3
    Forum Expert pike's Avatar
    Join Date
    12-11-2005
    Location
    Alstonville, Australia
    MS-Off Ver
    2016
    Posts
    5,342

    Re: Add Unique Values to Dictionary

    or with dictionary
    Please Login or Register  to view this content.
    or with a zbor special
    '=LOOKUP(REPT("Z",255),CHOOSE({1;2},"",INDEX($A$2:$A$30,MATCH(TRUE,INDEX(ISNA(MATCH($A$2:$A$30,$E$1:$E1,0)),0),0))))
    If the solution helped please donate to RSPCA

    Site worth visiting: Rabbitohs

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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