Closed Thread
Results 1 to 5 of 5

Sort Data Out of One Cell

  1. #1
    dbizek
    Guest

    Sort Data Out of One Cell

    I've been given a spread sheet that has the customer name and thier customer
    number in the same cell. Is there a way that I can sort out the customer
    number to another cell so that a sort can be done by custome number.

    EXAMPLE:[ ACE HARDWARE 889425 ] (all in one cell)

  2. #2
    RagDyer
    Guest

    Re: Sort Data Out of One Cell

    Check out TTC - Text To Columns - in the Help files.
    That should be perfect for what you need.

    Post back with any questions.
    --
    Regards,

    RD

    ---------------------------------------------------------------------------
    Please keep all correspondence within the NewsGroup, so all may benefit !
    ---------------------------------------------------------------------------

    "dbizek" <[email protected]> wrote in message
    news:[email protected]...
    > I've been given a spread sheet that has the customer name and thier

    customer
    > number in the same cell. Is there a way that I can sort out the customer
    > number to another cell so that a sort can be done by custome number.
    >
    > EXAMPLE:[ ACE HARDWARE 889425 ] (all in one cell)



  3. #3
    Roger Govier
    Guest

    Re: Sort Data Out of One Cell

    Hi

    Is the Customer number always 6 digits?
    If so then
    =RIGHT(TRIM(A1),6)

    --
    Regards

    Roger Govier


    "dbizek" <[email protected]> wrote in message
    news:[email protected]...
    > I've been given a spread sheet that has the customer name and thier
    > customer
    > number in the same cell. Is there a way that I can sort out the
    > customer
    > number to another cell so that a sort can be done by custome number.
    >
    > EXAMPLE:[ ACE HARDWARE 889425 ] (all in one cell)




  4. #4
    dbizek
    Guest

    Re: Sort Data Out of One Cell

    Yes they are all the same length. THANKS!

    WORKS PERFECT!

    "Roger Govier" wrote:

    > Hi
    >
    > Is the Customer number always 6 digits?
    > If so then
    > =RIGHT(TRIM(A1),6)
    >
    > --
    > Regards
    >
    > Roger Govier
    >
    >
    > "dbizek" <[email protected]> wrote in message
    > news:[email protected]...
    > > I've been given a spread sheet that has the customer name and thier
    > > customer
    > > number in the same cell. Is there a way that I can sort out the
    > > customer
    > > number to another cell so that a sort can be done by custome number.
    > >
    > > EXAMPLE:[ ACE HARDWARE 889425 ] (all in one cell)

    >
    >
    >


  5. #5
    dbizek
    Guest

    Re: Sort Data Out of One Cell

    See the reply after yours. It worked perfect.

    Thanks!

    gDyer" wrote:

    > Check out TTC - Text To Columns - in the Help files.
    > That should be perfect for what you need.
    >
    > Post back with any questions.
    > --
    > Regards,
    >
    > RD
    >
    > ---------------------------------------------------------------------------
    > Please keep all correspondence within the NewsGroup, so all may benefit !
    > ---------------------------------------------------------------------------
    >
    > "dbizek" <[email protected]> wrote in message
    > news:[email protected]...
    > > I've been given a spread sheet that has the customer name and thier

    > customer
    > > number in the same cell. Is there a way that I can sort out the customer
    > > number to another cell so that a sort can be done by custome number.
    > >
    > > EXAMPLE:[ ACE HARDWARE 889425 ] (all in one cell)

    >
    >


Closed 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