+ Reply to Thread
Results 1 to 3 of 3

How to get unique list from two table with FREQUECY function

  1. #1
    Forum Contributor
    Join Date
    12-05-2015
    Location
    Albania
    MS-Off Ver
    2013
    Posts
    215

    How to get unique list from two table with FREQUECY function

    Hello Excel Gurus
    I'm back, I thougt was easy but is not, I know how to do a unique list with a FREQUENCY function from one column but when there are two column like in this case is difficult form me, I'm stuck
    In column D is the expected result
    Can you Help me please?
    Thank You!


    A
    B
    C
    D
    1
    LIST1
    LIST2
    Result
    2
    A
    A
    3
    A
    B
    4
    B
    F
    5
    B
    C
    6
    F
    V
    7
    C
    G
    8
    V
    Z
    9
    C
    10
    F
    11
    G
    12
    B
    13
    F
    14
    Z
    15
    F
    16
    A
    17
    F
    18
    F

  2. #2
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,532

    Re: How to get unique list from two table with FREQUECY function

    1) Paste the following array entered formula* into D2:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    2) Simultaneously press the Ctrl, Shift and Enter keys,
    3) Copy down.
    *If you skip step 2 you'll get a #Value error.
    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  3. #3
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: How to get unique list from two table with FREQUECY function

    This formula is quite a bit longer. It is array entered also. If you aren’t familiar with array-entered formulas array enter means the formula must be committed from edit mode by simultaneously pressing and holding down Ctrl and Shift while hitting Enter.
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Perhaps this is clearer to read:

    =IFERROR(INDEX(IF($A$2:$A$18<>"",$A$2:$A$18,$B$2:$B$18),SMALL(IF(FREQUENCY(IF($A$2:$B$18<>"",CODE($A$2:$B$18)),IF($A$2:$B$18<>"",CODE($A$2:$B$18))),ROW($A$2:$A$18)-MIN(ROW($A$2:$A$18))+1),ROWS($2:2))),"")
    Dave

+ 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] UDF to List Unique Values Unsorted within a table
    By stu40 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 10-26-2015, 08:17 PM
  2. [SOLVED] A lookup function based on two criteria; one unique & one not unique to the lookup table
    By Trevasaurus in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-18-2014, 11:35 AM
  3. [SOLVED] Extract unique values from a table and list along a row
    By doctorblyth in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-05-2013, 04:33 PM
  4. Generate Unique List from Pivot Table
    By dkang2007 in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 07-02-2013, 03:06 PM
  5. [SOLVED] Make a Unique List from data table
    By turist in forum Excel General
    Replies: 4
    Last Post: 03-02-2013, 06:08 PM
  6. unique List from table
    By jamjam200 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 01-21-2013, 08:25 PM
  7. Unique List from table
    By snoops in forum Excel General
    Replies: 5
    Last Post: 12-10-2006, 12:04 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