+ Reply to Thread
Results 1 to 2 of 2

return a unique list, removing duplicates based on multiple columns (using formula)

Hybrid View

  1. #1
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,655

    Re: return a unique list, removing duplicates based on multiple columns (using formula)

    You may try this Array Formula...

    In F3
    =IFERROR(INDEX(B$3:B$10,SMALL(IF(FREQUENCY(MATCH($B$3:$B$10&$C$3:$C$10,$B$3:$B$10&$C$3:$C$10,0),ROW($B$3:$B$10)-ROW($B$3)+1)>0,ROW($B$3:$B$10)-ROW($B$3)+1),ROWS(F$3:F3))),"")
    and then copy across and down.
    Attached Files Attached Files
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

+ 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] Return Unique list based on Multiple Criteria
    By G.Bregvadze in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 01-29-2021, 12:57 PM
  2. [SOLVED] Formula to Extract Unique Values/Remove Duplicates Across Multiple Columns of Data
    By Lanceh in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-24-2017, 09:07 AM
  3. Array formula to return list of unique items from selected columns only
    By jlawton1 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-23-2016, 04:53 AM
  4. return multiple values horizontally while removing duplicates
    By kingi in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-24-2013, 03:55 PM
  5. Attempting to return a unique value from a list based on multiple rankings.
    By HockeyZ39 in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 10-24-2012, 12:38 AM
  6. Replies: 4
    Last Post: 05-31-2012, 07:27 PM
  7. Replies: 1
    Last Post: 12-07-2009, 07:02 PM

Tags for this Thread

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