+ Reply to Thread
Results 1 to 2 of 2

alphabetical sort while ignoring preceeding numbers/symbols

  1. #1
    silver fox
    Guest

    alphabetical sort while ignoring preceeding numbers/symbols

    Is it possible to do an alphabetical sort while ignoring preceeding numbers
    and symbols? That is, sort based on the first letters in a string of
    characters.

  2. #2
    Ron Rosenfeld
    Guest

    Re: alphabetical sort while ignoring preceeding numbers/symbols

    On Sat, 1 Oct 2005 16:10:02 -0700, "silver fox" <silver
    [email protected]> wrote:

    >Is it possible to do an alphabetical sort while ignoring preceeding numbers
    >and symbols? That is, sort based on the first letters in a string of
    >characters.


    You can use a "helper column". In an adjacent column, insert a formula similar
    to =LEFT(A1,2). Then select both columns and sort on the helper column.


    --ron

+ 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