+ Reply to Thread
Results 1 to 5 of 5

Sorting data at end of cell

  1. #1
    Copper
    Guest

    Sorting data at end of cell

    Wanting sort to be done by data of end of cell in column D for example. Is
    there an easy way of doing this? Not an expert with spreadsheets by any means.
    Thanks.

  2. #2
    Elkar
    Guest

    RE: Sorting data at end of cell

    The easiest way would probably be to insert a new column next to D and
    extract the portion of data that you want to sort on. For example, if you
    wanted to sort based on the last 4 characters in Column D, you'd enter this
    formula in the new column:

    =RIGHT(D1,4)

    Then perform your sort on this new column.

    HTH,
    Elkar


    "Copper" wrote:

    > Wanting sort to be done by data of end of cell in column D for example. Is
    > there an easy way of doing this? Not an expert with spreadsheets by any means.
    > Thanks.
    >


  3. #3
    Pete_UK
    Guest

    Re: Sorting data at end of cell

    Do you mean you have characters or numbers at the end of your data, and
    you want to sort on these rather than the full data? You can use RIGHT(
    ) in an extra column to extract a certain number of characters from the
    data in another column, and then include this column in your sort range
    and sort on this column. After the sort you can delete the extra
    column.

    Hope this helps.

    Pete


  4. #4
    Copper
    Guest

    Re: Sorting data at end of cell

    Thanks guys, worked like a charm. Can't believe it was that easy. Like I
    said, not an expert by any means. Great forum, great responses. Again
    thanks.

    Copper wrote:
    > Wanting sort to be done by data of end of cell in column D for example. Is
    >there an easy way of doing this? Not an expert with spreadsheets by any means.
    >Thanks.


  5. #5
    Pete_UK
    Guest

    Re: Sorting data at end of cell

    Thanks for the feedback.

    Pete


+ 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