+ Reply to Thread
Results 1 to 4 of 4

Want formula to automatically sort column A and B by column B into column C

  1. #1
    Registered User
    Join Date
    11-20-2012
    Location
    North Carolina
    MS-Off Ver
    excel 2010
    Posts
    13

    Want formula to automatically sort column A and B by column B into column C

    Hello all,

    I am seeking a solution for a something that I feel should be easy but continue to struggle. I have 2 columns of data. column A is a name, column b is a number. I want column C and D to automatically sort the data from A and B by the numbers in Column B in Decending order.

  2. #2
    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,147

    Re: Want formula to automatically sort column A and B by column B into column C

    in C1 (or wherever data starts)

    =INDEX(A$1:A$100,MATCH(LARGE($B$1:$B$100,ROWS($1:1)),$B$1:$B$100,0))

    Copy across to D and then down
    Last edited by JohnTopley; 03-14-2018 at 10:06 AM.

  3. #3
    Registered User
    Join Date
    11-20-2012
    Location
    North Carolina
    MS-Off Ver
    excel 2010
    Posts
    13

    Re: Want formula to automatically sort column A and B by column B into column C

    Boom! that it is it. Still learning about INDEX and MATCH functions. Thank you so so much.

  4. #4
    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,147

    Re: Want formula to automatically sort column A and B by column B into column C

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

+ 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. Replies: 5
    Last Post: 04-22-2016, 04:09 PM
  2. Delete column and insert column n formula automatically
    By rb27 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-25-2016, 11:29 PM
  3. [SOLVED] Every Column of workbook sort automatically
    By HaroonSid in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 03-06-2014, 03:14 AM
  4. Formula to sort column and reorder in new column
    By RCope in forum Excel General
    Replies: 4
    Last Post: 03-27-2012, 11:31 AM
  5. Replies: 7
    Last Post: 07-24-2010, 08:07 PM
  6. how do I automatically sort a column on entry
    By Michael in forum Excel General
    Replies: 5
    Last Post: 06-19-2006, 09:55 AM
  7. [SOLVED] Sort a column automatically
    By Longtime in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 04-30-2006, 05:10 AM

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