+ Reply to Thread
Results 1 to 2 of 2

Sort out top 5 in one column

  1. #1
    Forum Contributor
    Join Date
    11-10-2012
    Location
    Sweden, Stockholm
    MS-Off Ver
    MS Excel 365
    Posts
    175

    Sort out top 5 in one column

    I got help finding top 5 in two columns. Need now sorting out from one column. See attached xls.

    I got out the top 5 values, though now I need to pick up corresponding lines to these values.

    SEALPINO
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,062

    Re: Sort out top 5 in one column

    Why dont you just replace that elaborate formula in M22:M26 with this?

    =LARGE(M$3:M$18,1)
    as you copy the formula down keep increasing the 1 by 1. So
    =LARGE(M$3:M$18,1)
    =LARGE(M$3:M$18,2)
    etc

    Then use this to find the name
    in L22
    =OFFSET(M$3,MATCH(M22,M$3:M$18,0)-1,-1)
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

+ 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. Need to Sort Column Data - Horizontal Sort Not Working
    By Jadd in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 11-01-2016, 07:09 PM
  2. Replies: 1
    Last Post: 03-04-2015, 02:57 PM
  3. Sort a column but sort VALUES only (not formatting)
    By JasperD in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-08-2014, 05:25 AM
  4. [SOLVED] I have a sort macro. How to add script to preselect rows to sort based on column value?
    By Jasonhouse in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 03-09-2014, 02:25 AM
  5. Replies: 2
    Last Post: 01-15-2014, 09:31 AM
  6. Replies: 5
    Last Post: 04-25-2013, 11:50 PM
  7. Replies: 3
    Last Post: 05-17-2009, 04:31 AM

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