+ Reply to Thread
Results 1 to 2 of 2

Alpha Sorting

  1. #1
    Forum Contributor
    Join Date
    07-23-2006
    Posts
    185

    Alpha Sorting

    I'm trying to understand why sorting a list of words and sorting the same list of words postceeded with ": " would sort to a different order.

    Simple example:
    #1.
    (Sorted Column A Ascending)
    Chocolate
    Chocolate Chip
    Strawberry
    Strawberry Cheesecake

    #2.
    (Sorted Column A Ascending)
    Chocolate Chip:
    Chocolate:
    Strawberry Cheesecake:
    Strawberry:

    Any suggestions on how to get the ": " in Example #2. to sort like Example #1. ?

    Thanks.

  2. #2
    Forum Contributor
    Join Date
    06-14-2008
    Posts
    153
    Hi

    In this example:

    Chocolate Chip:
    Chocolate:

    The positions 10 in the first line is space while in the second line it is ":".
    The space comes first in the collating seq and this is why you get a different sorting order than in the first case.
    Welcome to: http://www.exceldigest.com/myblog/
    "Excel help for the rest of us"

+ 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