+ Reply to Thread
Results 1 to 3 of 3

Splitting a document with first name , last name, emails into a table

  1. #1
    Registered User
    Join Date
    10-26-2010
    Location
    ny, ny
    MS-Off Ver
    Excel 2010
    Posts
    5

    Splitting a document with first name , last name, emails into a table

    Hi
    I hope someone can help me

    I have a word document with a couple of hundred names,
    1 column with a list

    Line one has first name and last night
    Line 2 has an email address

    there are no commas , just

    Joe Bloggs
    [email protected]

    How can I paste this into excel and format it into separate columns (first+last name And Email address)

    Thanks so much

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Splitting a document with first name , last name, emails into a table

    You posted this in the excel forum. Do you want an excel answer?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Expert macropod's Avatar
    Join Date
    12-22-2011
    Location
    Canberra, Australia
    MS-Off Ver
    Word, Excel & Powerpoint 2003 & 2010
    Posts
    3,726

    Re: Splitting a document with first name , last name, emails into a table

    In Word:
    • press Ctrl-A, Ctrl-Shift-F9 to convert the email addresses to plain text;
    • insert an empty paragraph at the start of the document
    • use the following wildcard Find/Replace:
    Find = (^13[!@^13]@)^13([!@^13]@\@)
    Replace = \1^t\2
    You will then have a tab-delimited list of names followed by emails, ready for copying & pasting into Excel.
    Cheers,
    Paul Edstein
    [Fmr MS MVP - Word]

  4. #4
    Registered User
    Join Date
    10-26-2010
    Location
    ny, ny
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Splitting a document with first name , last name, emails into a table

    Thank you
    I'd never have figured you could do it in word

    Problem is, i got 0 results, i got a message

    "all done. we made 0 replacements" (microsoft word 2013)
    Quote Originally Posted by macropod View Post
    In Word:
    • press Ctrl-A, Ctrl-Shift-F9 to convert the email addresses to plain text;
    • insert an empty paragraph at the start of the document
    • use the following wildcard Find/Replace:
    Find = (^13[!@^13]@)^13([!@^13]@\@)
    Replace = \1^t\2
    You will then have a tab-delimited list of names followed by emails, ready for copying & pasting into Excel.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Transferring a list of emails in from a word document into a vertical column in Excel
    By J_whyte in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-18-2013, 06:16 AM
  2. Excel 2007 : Pull specific Emails from table
    By dwoodrocksyourb in forum Excel General
    Replies: 0
    Last Post: 08-03-2010, 09:59 AM
  3. Create Emails from Table
    By shane.albrandt in forum Access Programming / VBA / Macros
    Replies: 1
    Last Post: 06-17-2010, 06:34 AM
  4. Replies: 1
    Last Post: 06-10-2010, 02:15 PM
  5. [SOLVED] Splitting text document into chunks of 100 characters
    By [email protected] in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-11-2006, 04:00 PM

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