+ Reply to Thread
Results 1 to 2 of 2

how i can aarange names in alphabetical odders

  1. #1
    ADNAN
    Guest

    how i can aarange names in alphabetical odders



  2. #2
    Bob Phillips
    Guest

    Re: how i can aarange names in alphabetical odders

    I assume you mean that you first and surnames in a cell and you want to sort
    on surnames.

    You will need to extract the surname into a separate helper column, using
    MID and FIND functions (an example assuming names like John Smith,
    =MID(A1,FIND(" ",A1)+1,99), and then sort both columns on the surname
    column.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "ADNAN" <[email protected]> wrote in message
    news:[email protected]...
    >




+ 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