+ Reply to Thread
Results 1 to 2 of 2

Formula to sort columns instead of using the sort button

  1. #1
    Forum Contributor
    Join Date
    09-07-2010
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    358

    Formula to sort columns instead of using the sort button

    Hi,

    I'm trying to sort using a formula instead of the sort button but I can't figure it out, it must be possible...

    I've had a look at:
    Please Login or Register  to view this content.
    But that doesn't solve the issue of sorting the accompanying column.

    I don't know how to make a match formula to do as I need for the item name without making it match the same item twice, for example Item3 would appear twice in the top 2 slots, when it should find Item10 for the 2nd slot.
    Attached Files Attached Files

  2. #2
    Banned User!
    Join Date
    10-14-2006
    Posts
    1,211

    Re: Formula to sort columns instead of using the sort button

    E2: =LARGE(B$2:B$11,ROWS(E$2:E2))

    Normally Enter
    Copy down

    D2: =INDEX(A:A,SMALL(IF(B$2:B$11=E2,ROW(B$2:B$11)),COUNTIF(E$2:E2,E2)))

    Press Ctrl+Shift+Enter, not just Enter
    Copy down

+ 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] Sort by Button is okey. I need sort by ToggleButton!
    By HerryMarkowitz in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 03-15-2015, 03:16 PM
  2. [SOLVED] Sort by multiple columns with sort criteria cell dependent
    By BRISBANEBOB in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 01-24-2014, 02:22 AM
  3. Replies: 2
    Last Post: 01-15-2014, 09:31 AM
  4. [SOLVED] sort columns with macro button
    By sirdon in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 05-24-2013, 11:22 PM
  5. [SOLVED] Macro button to sort columns
    By sirdon in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-13-2013, 08:45 PM
  6. Sort Button that does not sort Balance Columns
    By hasancem in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-28-2012, 10:31 AM
  7. sort button - how to sort large range in boxes
    By jw01 in forum Excel General
    Replies: 2
    Last Post: 03-06-2012, 09:35 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