Results 1 to 6 of 6

Thread: List Unique Values Using Formula

  1. #1
    Senior Member LalitPandey87's Avatar
    Join Date
    Sep 2011
    Posts
    222
    Rep Power
    13

    List Unique Values Using Formula

    Hi Friends,

    First of all i would really like to thanks to all of "ExelFox" members for there help, suggestion and for quick reply.
    Many Many thanks to u guys.

    I am again here after a couple of months with a new query.

    I have some raw data (can be numbers or text or both) in a column.
    I need only the unique values only by using formula in another column.

    I tried it with the helping column but i need the solution in single column without using another column.

    like below.


    ColA ColB
    Jan Jan
    Feb Feb
    Mar Mar
    Jan 1
    Feb 2
    Mar 3
    1
    2
    3
    1
    2
    3
    Feb
    Mar
    Jan
    3
    1
    2



    Thanx in Advance....
    Last edited by LalitPandey87; 01-02-2012 at 01:15 PM.

  2. #2
    Administrator Admin's Avatar
    Join Date
    Mar 2011
    Posts
    1,122
    Rep Power
    10
    Hi Mohan,

    Try this array formula in C2 and copied down,

    =IFERROR(INDEX($A$2:$A$19,MATCH(0,COUNTIF($C$1:C1, $A$2:$A$19),0)),"")

    Confirmed with CTRL + SHIFT + ENTER and not with just Enter !

    HTH
    Cheers !

    Excel Range to BBCode Table
    Use Social Networking Tools If You Like the Answers !

    Message to Cross Posters

    @ Home - Office 2010/2013/2016 on Win 10 (64 bit); @ Work - Office 2016 on Win 10 (64 bit)

  3. #3
    Senior Member LalitPandey87's Avatar
    Join Date
    Sep 2011
    Posts
    222
    Rep Power
    13
    Hi Admin,

    It works as i want.

    Thanx for ur help. Thanx alot...
    Last edited by LalitPandey87; 01-02-2012 at 04:10 PM.

  4. #4
    Junior Member
    Join Date
    Sep 2011
    Posts
    8
    Rep Power
    0
    great .. n easy to replicate......:o:o

  5. #5
    Junior Member
    Join Date
    Nov 2011
    Posts
    1
    Rep Power
    0
    Nice solution....

  6. #6
    Administrator Admin's Avatar
    Join Date
    Mar 2011
    Posts
    1,122
    Rep Power
    10
    Thanks Ger and Welcome to ExcelFox !!
    Cheers !

    Excel Range to BBCode Table
    Use Social Networking Tools If You Like the Answers !

    Message to Cross Posters

    @ Home - Office 2010/2013/2016 on Win 10 (64 bit); @ Work - Office 2016 on Win 10 (64 bit)

Similar Threads

  1. Numbered List Of Unique Values
    By xander1981 in forum Excel Help
    Replies: 6
    Last Post: 01-21-2013, 06:10 PM
  2. Extract Unique Values List
    By Rajan_Verma in forum Rajan Verma's Corner
    Replies: 4
    Last Post: 03-06-2012, 09:51 PM
  3. Replies: 2
    Last Post: 01-07-2012, 12:11 AM
  4. Unique Large Values From Duplicate List
    By S M C in forum Excel and VBA Tips and Tricks
    Replies: 0
    Last Post: 10-04-2011, 02:17 AM
  5. List Unique/Common Values From Two Ranges
    By Admin in forum Excel and VBA Tips and Tricks
    Replies: 0
    Last Post: 09-16-2011, 08:34 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •