+ Reply to Thread
Results 1 to 5 of 5

Converting Office365 Sort Function Formula into Office 2013 or 2007

  1. #1
    Forum Contributor aaaaa34's Avatar
    Join Date
    12-25-2013
    Location
    Istanbul
    MS-Off Ver
    Windows 10, MS Office 2013
    Posts
    375

    Converting Office365 Sort Function Formula into Office 2013 or 2007

    along A column, i have club names and its forward player names following row below.
    I want to sort A->Z for A column in terms of club names and relevant player row below as it's shown in E column. in the image I attached.
    in office 365, we can use this formula to perform it.
    =TOCOL(SORT(WRAPROWS(A2:A11,2)))

    How I can make this formula compatible with office 2007 or 2013? Or is there any logical method else to solve it?
    Thank you.
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,393

    Re: Converting Office365 Sort Function Formula into Office 2013 or 2007

    1. Named range "Sort"
    =MOD(AGGREGATE(15,6,COUNTIF(Sayfa1!$A$2:$A$11,"<"&Sayfa1!$A$2:$A$11)*10^6+ROW(Sayfa1!$A$2:$A$11),ROW(Sayfa1!$1:$10)),10^6)

    2. Named Range "Team"
    =IF(ISEVEN(+Sort),Sort,"")

    3. In C2, copied down:
    =INDEX(A:A,LARGE(Team,1+INT((ROWS(C$2:C2)-1)/2))+IF(ISODD(ROW()),1,0))

    In earlier Excel versions, this will (almost certainly) require CTRL-SHIFT-ENTER... if it works at all!!!

    EDIT: It may work in 2013, but will NOT work in 2007. IF (... a bif IF) it does work in 2013, I will convert to a 2007-friendly version.
    Attached Files Attached Files
    Last edited by Glenn Kennedy; 11-14-2022 at 01:08 PM.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  3. #3
    Forum Contributor aaaaa34's Avatar
    Join Date
    12-25-2013
    Location
    Istanbul
    MS-Off Ver
    Windows 10, MS Office 2013
    Posts
    375

    Re: Converting Office365 Sort Function Formula into Office 2013 or 2007

    Hi Mr. Moderator,
    Thanks a lot for your reply.
    Yup, it did NOT work in 2007, tomorrow in office i will try in 2013 and will let you know it immediately sir.

    Thank you.

  4. #4
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,813

    Re: Converting Office365 Sort Function Formula into Office 2013 or 2007

    AGGREGATE is not available in 2007, although ISODD and ISEVEN are, apparently.
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  5. #5
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,813

    Re: Converting Office365 Sort Function Formula into Office 2013 or 2007

    It works in Excel 2010, so it should work in Excel 2013.

    You can commit with just Enter and drag down. Or you can select all the cells and Array Enter it wit Ctrl-Shift-Enter

+ 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] function working in office 2013 but not in 2016
    By k1dr0ck in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-02-2018, 05:05 AM
  2. Replies: 5
    Last Post: 12-12-2016, 06:53 PM
  3. Replies: 1
    Last Post: 01-29-2016, 01:46 AM
  4. Replies: 2
    Last Post: 10-28-2014, 08:32 AM
  5. disable function in excel office 2013
    By flordai2001 in forum Excel General
    Replies: 3
    Last Post: 07-14-2014, 05:57 PM
  6. Open PDf specific page, work with office 2007 but not on office 2013
    By haktak in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-10-2014, 01:58 AM
  7. Converting Office 2003 VBA to 2007
    By sroot17 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-26-2008, 05:00 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