+ Reply to Thread
Results 1 to 9 of 9

Find unique values from a range using formula?

Hybrid View

djarcadian Find unique values from a... 02-13-2015, 10:55 PM
FDibbins Re: Find unique values from a... 02-13-2015, 11:14 PM
djarcadian Re: Find unique values from a... 02-14-2015, 10:34 AM
Glenn Kennedy Re: Find unique values from a... 02-13-2015, 11:18 PM
djarcadian Re: Find unique values from a... 02-14-2015, 10:31 AM
djarcadian Re: Find unique values from a... 02-14-2015, 10:50 AM
XOR LX Re: Find unique values from a... 02-14-2015, 11:02 AM
XOR LX Re: Find unique values from a... 02-14-2015, 10:59 AM
Glenn Kennedy Re: Find unique values from a... 02-14-2015, 11:12 PM
  1. #1
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Find unique values from a range using formula?

    Not sure this would work on an array like that, but you could replace that array formula with this regular formula...
    =IFERROR(INDEX($C$2:$C$60,MATCH(0,INDEX(COUNTIF($B$1:B1,$C$2:$C$60),0,0),0)),"")

    Adjust ranges as needed
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  2. #2
    Forum Contributor
    Join Date
    10-29-2004
    Posts
    291

    Re: Find unique values from a range using formula?

    Quote Originally Posted by FDibbins View Post
    Not sure this would work on an array like that, but you could replace that array formula with this regular formula...
    =IFERROR(INDEX($C$2:$C$60,MATCH(0,INDEX(COUNTIF($B$1:B1,$C$2:$C$60),0,0),0)),"")

    Adjust ranges as needed
    Correct me if I"m wrong but it seems like this only working when the range is confined to a single column. If I expanded it as follows it didn't work for me.

    =IFERROR(INDEX($C$2:$E$10,MATCH(0,INDEX(COUNTIF($B$1:B1,$C$2:$E$10),0,0),0)),"")

    Example: https://docs.google.com/a/advantagep...it?usp=sharing

+ 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] Formula or VBA - Comparison CSV Values between 3 cells for used range. Find unique values.
    By grphillips in forum Excel Programming / VBA / Macros
    Replies: 36
    Last Post: 06-09-2014, 02:12 PM
  2. [SOLVED] Find unique values from range ( populated cells only) & not count zeros or NA errors VBA
    By KK1234 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-12-2014, 06:50 AM
  3. Excel 2007 - Formula or VBA to find unique names and return values?
    By kjwaller in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-02-2013, 09:09 PM
  4. [SOLVED] find unique values in a range that contains text and empty cells
    By bombicci in forum Excel General
    Replies: 4
    Last Post: 07-04-2012, 09:17 AM
  5. Find Unique Values In A Range
    By nevi in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-10-2008, 04:40 PM

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