+ Reply to Thread
Results 1 to 4 of 4

Problem with sorting

  1. #1
    Registered User
    Join Date
    09-17-2013
    Location
    Poland
    MS-Off Ver
    Excel 2003
    Posts
    6

    Problem with sorting

    Hi all,
    I have a problem with sorting. What formula should I use to change:

    1.1.7
    1.1.8
    1.10
    1.11
    1.12
    1.2

    into:

    1.1.7
    1.1.8
    1.2
    1.10
    1.11
    1.12

    it was just an example. I suppose it is a common problem.

  2. #2
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Problem with sorting

    Hi,

    Not entirely sure since you give limited examples, but perhaps, assuming your first entry is in A2, enter this in B2 and copy down as required:

    =LEFT(A2,FIND(".",A2)-1)+MID(A2,FIND(".",A2)+1,255)/10^3

    Now sort ascending on this new column.

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

  3. #3
    Forum Expert
    Join Date
    04-22-2013
    Location
    .
    MS-Off Ver
    .
    Posts
    4,418

    Re: Problem with sorting

    I'm not sure how to do it with formulas but in case it is of any use you could maybe use a macro along the lines of:
    Please Login or Register  to view this content.

  4. #4
    Registered User
    Join Date
    09-17-2013
    Location
    Poland
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Problem with sorting

    Here's a thing:
    How it should be done: (proper_version)
    and how it looks like after sorting: (after_sorting).
    I just dont know how i can go back to proper version.
    Attached Files Attached Files

+ 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. Sorting problem
    By Bullfn33 in forum Excel General
    Replies: 5
    Last Post: 01-05-2008, 05:02 PM
  2. Sorting Problem
    By sfar007 in forum Excel General
    Replies: 2
    Last Post: 06-28-2006, 08:07 AM
  3. Sorting problem
    By StevenH in forum Excel General
    Replies: 7
    Last Post: 03-19-2006, 12:35 AM
  4. Not Sorting Problem?
    By lawdoggy in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 05:05 PM
  5. [SOLVED] Not Sorting Problem?
    By lawdoggy in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 04:05 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