+ Reply to Thread
Results 1 to 3 of 3

Moving info in a cell

  1. #1
    Sal Iaccarino
    Guest

    Moving info in a cell

    I have the following in column A: Abraham, Mike [email protected]

    I need to have Abraham, Mike in column A
    and
    [email protected] in column B.

    Can someone help me with this problem?

    Thanks,

    Sal



  2. #2
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    Quote Originally Posted by Sal Iaccarino
    I have the following in column A: Abraham, Mike [email protected]

    I need to have Abraham, Mike in column A
    and
    [email protected] in column B.

    Can someone help me with this problem?

    Thanks,

    Sal
    Assuming that your data is in Cell A1, try these (untested) formulas ...

    To get the person's name: =left(A1,len(A1)-find(" ",A1))

    To get the email address : =right(A1,len(A1)-search(" ",A1,search(" ",A1)+1))

    Hope this helps.
    Last edited by BenjieLop; 02-08-2005 at 01:00 AM.
    BenjieLop
    Houston, TX

  3. #3
    Ken Russell
    Guest

    Re: Moving info in a cell

    Hi Sal,

    Highlight the cell then choose Data, text to columns, and accept fixed
    width. Click on finish and bingo!

    --
    Ken Russell

    [email protected]
    Remove yourhat to reply by e-mail
    ..

    "Sal Iaccarino" <[email protected]> wrote in message
    news:[email protected]...
    >I have the following in column A: Abraham, Mike [email protected]
    >
    > I need to have Abraham, Mike in column A
    > and
    > [email protected] in column B.
    >
    > Can someone help me with this problem?
    >
    > Thanks,
    >
    > Sal
    >




+ 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