+ Reply to Thread
Results 1 to 6 of 6

data sort in special

  1. #1
    Registered User
    Join Date
    09-05-2017
    Location
    new delhi
    MS-Off Ver
    2013
    Posts
    21

    data sort in special

    hello everyone i have data in A column like this
    +BBB
    +BBBB
    +B
    +BB
    +AA
    A
    +AAAA
    +AAA

    But i want to sort the in this way for example:-
    +AAAA
    +AAA
    +AA
    A
    +B
    +BB
    +BBB
    +BBBB

    please anybody help???

  2. #2
    Valued Forum Contributor
    Join Date
    02-04-2009
    Location
    Texas
    MS-Off Ver
    Excel 2016
    Posts
    665

    Re: data sort in special

    I love helper columns Add a column You can hide by making text color white... if(A1="+AAAA",1,if(A1="+AAA,2,If(A1="+AA",3,If(A1="A",4,if(A1="+B",5,IF(A1="+BB",6,IF(A1="+BBB",7,IF(A1="+BBBB",8,9))))))))
    for the 9 you can add anything - like "Need to Score" or "" - but the sort may not work as well

    Then sort by the helper column

    Another way: create a chart with your options and their values - then use a look up to fill in the helper column

    +AAAA..... 1
    +AAA..... 2

    Then vlookup(A1,Sheet2!A1:B8,2,False)
    Last edited by CRIMEDOG; 09-05-2017 at 09:51 AM.

  3. #3
    Forum Expert
    Join Date
    11-22-2016
    Location
    Cornwall,UK
    MS-Off Ver
    office 365
    Posts
    4,240

    Re: data sort in special

    Also using helper columns

    in B2 and copy down
    =IF(LEFT(A2,1) ="+",A2,"+"&A2)
    In C2 and copy down
    =RIGHT(B2,1)&(1000-LEN(B2))

    then sort [A to Z] on column C


    1000-LEN(B2) - merely reverses the sequence
    Click *Add Reputation to thank those who helped you. Ask if anything is not clear

  4. #4
    Registered User
    Join Date
    09-05-2017
    Location
    new delhi
    MS-Off Ver
    2013
    Posts
    21

    Re: data sort in special

    hello kev_
    why i am not able to attach any excel file for example. when i click on attachment option then it popups but did not go for file destination from computer location. anything which is to unlock for file attachment??

    plz help

  5. #5
    Registered User
    Join Date
    09-05-2017
    Location
    new delhi
    MS-Off Ver
    2013
    Posts
    21

    Re: data sort in special

    please check anybody. i am very dispointed.
    Last edited by amar502322; 09-14-2017 at 09:45 AM.

  6. #6
    Forum Expert
    Join Date
    11-22-2016
    Location
    Cornwall,UK
    MS-Off Ver
    office 365
    Posts
    4,240

    Re: data sort in special

    Please edit your previous post and do not give away your ID and password.

    To attach a file, click on Reply, then "Go Advanced" then look below for "Manage Attachments" etc

+ 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] Need a special sort method completed
    By ace2go in forum Excel General
    Replies: 4
    Last Post: 07-09-2013, 03:51 PM
  2. Challenged by special sort order....
    By jhren in forum Excel General
    Replies: 5
    Last Post: 06-29-2013, 08:52 PM
  3. Help with special sort??
    By jaclyde in forum Excel General
    Replies: 4
    Last Post: 08-23-2007, 02:07 AM
  4. special sort sequence
    By fwalden in forum Excel General
    Replies: 4
    Last Post: 10-10-2006, 10:15 AM
  5. special sort
    By brianscotte in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-24-2005, 08:32 AM
  6. [SOLVED] Zip code sort is an Excel problem even when using the special cat.
    By camead in forum Excel General
    Replies: 2
    Last Post: 03-30-2005, 10:25 PM
  7. code to copy and paste special and sort
    By short_n_curly in forum Excel General
    Replies: 0
    Last Post: 03-29-2005, 09:35 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