+ Reply to Thread
Results 1 to 4 of 4

How can I concatenate an e-mail list from excel to paste in Outlook.

  1. #1
    Registered User
    Join Date
    01-04-2013
    Location
    Mexico
    MS-Off Ver
    Excel 2010
    Posts
    11

    How can I concatenate an e-mail list from excel to paste in Outlook.

    Hello,

    Question is: How can I concatenate a e-mail list from Excel so I can copy and paste the end result into Outlook.

    Example

    [email protected]
    [email protected]
    [email protected]
    [email protected]
    etc...

    I would like to learn a formula that gives me this result so I can be able to copy/paste into an e-mail/Sharepoint list:

    End result in same sentence: [email protected]; [email protected]; [email protected]; [email protected]; etc...

    Thank you in advance.

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,740

    Re: How can I concatenate an e-mail list from excel to paste in Outlook.

    you may not need to cocatenate them together
    if you put in the cell next to the emails
    assuming the emails are in column A starting row2

    in B2 put

    =A2&";"

    and then copy the rows in B
    and paste into the To: box on outlook
    its clever enough to then put them all in one line

    and then you can copy that line and put into any other application

    just tried it and it worked in outlook for me
    and then copy and paste here =
    [email protected]; [email protected]; [email protected]; [email protected]; [email protected]; [email protected]
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    01-04-2013
    Location
    Mexico
    MS-Off Ver
    Excel 2010
    Posts
    11

    Re: How can I concatenate an e-mail list from excel to paste in Outlook.

    Thanks for the trick. It is a useful one. However, when getting the names into Outlook, the address list will bring up the whole name after refreshing.

    Example:

    E-mail list copied and pasted into Outlook results - [email protected] - e-mail refreshes automatically and brings up "John Deere (Financial Guy - Europe) <[email protected]>", which will cause not to work in SharePoint because it doesn't contain the correct syntax "[email protected]; [email protected]; [email protected]".

    I need to only sort it as [email protected]; [email protected]; [email protected]; so I can use this syntax, copy it into a SharePoint permission list and give access to a whole bunch of people. Do you know how can I accomplish this?

  4. #4
    Registered User
    Join Date
    01-04-2013
    Location
    Mexico
    MS-Off Ver
    Excel 2010
    Posts
    11

    Re: How can I concatenate an e-mail list from excel to paste in Outlook.

    I figured it out:

    Having your 4 e-mail starting in row A2:

    [email protected]
    [email protected]
    [email protected]
    [email protected]

    Concatenate in Cell B2: =A2&"; " will give you "[email protected]; " - Drag down to apply same formula to rest of mails.
    Concatenate in Cel C3: =B2&B3, will give you "[email protected]; [email protected]"
    Concatenate in Cel C4: =C3&B4

    Drag down and as a result you get: "[email protected]; [email protected]; [email protected]; [email protected]"

    Regards
    Last edited by Dude to Excel Dude; 07-11-2013 at 04:32 PM.

+ 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