+ Reply to Thread
Results 1 to 2 of 2

sort unique values

  1. #1
    Forum Contributor
    Join Date
    04-07-2020
    Location
    New Zealand
    MS-Off Ver
    365
    Posts
    219

    sort unique values

    Hi There

    I have a formula I use to sort unique values located in a table. The values spill below the table in a cell I have selected

    =SORT(UNIQUE(Table_Central_PL[Area Manager]))

    I was wondering if you could sort unique values from one table in a second table and when spilling it does not include duplicates. I tried this by creating a second table but the but i only get a #spill error
    Attached Files Attached Files

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: sort unique values

    Spill array can't use with Table
    https://support.microsoft.com/en-us/...4-c4d4bc513d4b

    try =IFERROR(INDEX(SORT(UNIQUE(Sample[District])),ROWS(E$27:E27)),"")

    or put this in G28 =SORT(UNIQUE(Table_Central_PL[Area Manager]))
    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. INDEX/MATCH unique values + Sort
    By oysteinjha in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-20-2018, 01:59 AM
  2. [SOLVED] Copy and sort unique values from one worksheet to another.
    By myobreportguru in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 01-31-2017, 08:46 PM
  3. [SOLVED] Array formula to extract and sort unique values from two worksheets
    By rshukla in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-07-2013, 06:11 AM
  4. Sort data into unique values, then find totals and count
    By dkang2007 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-22-2013, 12:08 PM
  5. Generate unique values,count of values occurences then sort
    By Hudas in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-16-2012, 05:22 PM
  6. Sort Unique Values in Combobox By Number Of Times Used In Range
    By trenars in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-02-2012, 10:19 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