+ Reply to Thread
Results 1 to 5 of 5

Automatic sorting

  1. #1
    Registered User
    Join Date
    04-19-2013
    Location
    wisconsin
    MS-Off Ver
    Excel 2007
    Posts
    14

    Automatic sorting

    Hello,

    I have a sheet that populates data from other sheets in the workbook. I would like to see if there's a way to have the summary sheet automatically sort a specific column, after the other sheets have been filled in with the variable data. I've attached the workbook for someone to look at. I would like the $/RO column to be the sheet that automatically sorts.

    Thanks! Any info is greatly appreciated.

    Ryan
    Attached Files Attached Files

  2. #2
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Automatic sorting

    Hi

    See the file with a propoused solution

    I hope this helps you ADVISOR PERFORMANCE TRACKING.xlsx

    Regards

  3. #3
    Registered User
    Join Date
    04-19-2013
    Location
    wisconsin
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: Automatic sorting

    That's awesome. Thanks for you help. I think I can get that to work. I do have a question... If I add another column of data, how I can I add the option to sort by that column?

    Thanks again for all you help.

    Ryan

  4. #4
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Automatic sorting

    Quote Originally Posted by bodi22577 View Post
    That's awesome. Thanks for you help. I think I can get that to work. I do have a question... If I add another column of data, how I can I add the option to sort by that column?

    Thanks again for all you help.

    Ryan
    Hi
    To add new column (in case column U)

    1. Create data in that column

    2. Change the CSE formula in column L (L4:L9) (this formula require CTRL+SHIFT+ENTER instead only ENTER) from

    =MATCH(LARGE(OFFSET($M$4:$M$9,0,MATCH($J$2,$N$2:$T$2,0))-ROW($M$4:$M$9)/1000,ROW(A1)),OFFSET($M$4:$M$9,0,MATCH($J$2,$N$2:$T$2,0))-ROW($M$4:$M$9)/1000,0)
    to
    =MATCH(LARGE(OFFSET($M$4:$M$9,0,MATCH($J$2,$N$2:$U$2,0))-ROW($M$4:$M$9)/1000,ROW(A1)),OFFSET($M$4:$M$9,0,MATCH($J$2,$N$2:$U$2,0))-ROW($M$4:$M$9)/1000,0)


    3. Change =INDEX($M$4:$T$9,$L4,COLUMN(A$1))
    to =INDEX($M$4:$U$9,$L4,COLUMN(A$1))
    and copy this new formula to A4:I9

    Column I is a new column of data

    Set in J2 data validation to range N2:U2 instead N2:T2 to include that column as a option to sort.

    If you need more columns first insert a number of columns from column I and adjust the formulae in the same way

    It's done.

    If you are satisfied with the response Add Reputation (*) and mark your first post as SOLVED
    Last edited by José Augusto; 12-18-2015 at 11:44 AM. Reason: reforce color

  5. #5
    Registered User
    Join Date
    04-19-2013
    Location
    wisconsin
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: Automatic sorting

    Dude! You're awesome! Everything works great. Thanks a million.

+ 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. help with VBA automatic SORTING
    By davehow87 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-18-2015, 11:18 PM
  2. Automatic sorting
    By chris.slater in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-02-2013, 08:42 AM
  3. Automatic Sorting
    By buddy123 in forum Excel General
    Replies: 3
    Last Post: 09-05-2012, 09:18 AM
  4. Automatic Sorting
    By SumTuck in forum Excel General
    Replies: 3
    Last Post: 06-22-2012, 06:58 PM
  5. Max & Min Automatic Sorting
    By rickyilas in forum Excel General
    Replies: 3
    Last Post: 06-21-2010, 05:42 AM
  6. Automatic sorting?
    By controlfreak in forum Excel General
    Replies: 2
    Last Post: 06-04-2009, 07:28 AM
  7. Automatic Sorting,
    By adambaumil in forum Excel General
    Replies: 2
    Last Post: 11-14-2008, 03:17 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