+ Reply to Thread
Results 1 to 4 of 4

Non-Array formula to Remove Duplicates and Sort in Ascending Order

  1. #1
    Forum Contributor
    Join Date
    02-06-2013
    Location
    Maryland
    MS-Off Ver
    Excel 2010
    Posts
    1,000

    Non-Array formula to Remove Duplicates and Sort in Ascending Order

    Looking for non-array formula to extract unique extract values from A2:B100 into E2:F100. Looking for a second non-array to sort unique values in E2:F100 into H2:I100.

    Sample file attached.

    Thanks

  2. #2
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: Non-Array formula to Remove Duplicates and Sort in Ascending Order

    I have done with array formula.
    In "E2"
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    In "F2"
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Above is for unique.
    In "H2"
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    In "I2"
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    File attach.


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

  3. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,146

    Re: Non-Array formula to Remove Duplicates and Sort in Ascending Order

    In E2

    =LOOKUP(2,1/(COUNTIF($E$1:E1,$A$2:$A$68)=0),$A$2:$A$68)

    in G2 (helper)

    =COUNTIF($E$2:$E$66,"<=" &$E2)

    in H2

    =INDEX($E$2:$E$66,MATCH(SMALL($G$2:$G$66,ROWS($1:1)),$G$2:$G$66,0))

    You can get the "Origin" with VLOOKUP

  4. #4
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Non-Array formula to Remove Duplicates and Sort in Ascending Order

    Enter regular formula in E2 and copy down
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    This formula will remove duplicates and will soft in ascending order

    Please see attached file with formula in Col E
    Last edited by AlKey; 03-17-2018 at 03:11 PM.
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

+ 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 to Sort values in ascending order and match each value in cell
    By bjnockle in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 02-27-2018, 06:18 AM
  2. Replies: 9
    Last Post: 01-18-2018, 03:00 AM
  3. [SOLVED] Help! Sort Data in Ascending Order which contains duplicates!
    By ironfelix717 in forum Excel General
    Replies: 7
    Last Post: 11-19-2017, 03:32 AM
  4. Copy Data, Remove Duplicates & Sort Ascending
    By DrifterX in forum Excel General
    Replies: 0
    Last Post: 04-07-2013, 05:44 PM
  5. [SOLVED] Remove duplicates and sort array
    By abousetta in forum Excel Programming / VBA / Macros
    Replies: 35
    Last Post: 10-11-2012, 10:22 AM
  6. sort alphabetical order, then remove duplicates
    By gold9er in forum Excel General
    Replies: 1
    Last Post: 08-12-2012, 04:05 PM
  7. Copy Data, Remove Duplicates & Sort Ascending
    By knightcloud in forum Excel General
    Replies: 1
    Last Post: 09-09-2010, 12:28 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