+ Reply to Thread
Results 1 to 5 of 5

Help with special sort??

Hybrid View

  1. #1
    Registered User
    Join Date
    08-22-2007
    Posts
    2

    Help with special sort??

    Hi,

    I would like to sort a column starting with the 2nd number in the data, rather than the 1st. The data is all 4-digit numbers (i.e. 4564,7897,3543) and I've got Excel 2000.

    Any ideas? It seems like it should be possible, I just can't figure it out!

    Thanks,
    jc

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by jaclyde
    Hi,

    I would like to sort a column starting with the 2nd number in the data, rather than the 1st. The data is all 4-digit numbers (i.e. 4564,7897,3543) and I've got Excel 2000.

    Any ideas? It seems like it should be possible, I just can't figure it out!

    Thanks,
    jc
    Hi,

    the easy way would be to use a helper column with the formula

    =MID(A1,2,LEN(A1))

    filled down that column, and sort on that.

    The helper column can be deleted after the sort.

    hth
    ---
    Si fractum non sit, noli id reficere.

  3. #3
    Registered User
    Join Date
    08-22-2007
    Posts
    2
    Thanks! That did it.

    jc

  4. #4
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by jaclyde
    Thanks! That did it.

    jc
    good to see, and thanks for your response.

    ---

  5. #5
    Registered User
    Join Date
    08-21-2007
    Location
    India
    Posts
    7

    Hi!!!`

    Another Way.......

    Mid(A1,2,4)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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