+ Reply to Thread
Results 1 to 3 of 3

Excel 2007 : Merging columns into email address

  1. #1
    Registered User
    Join Date
    08-06-2010
    Location
    Adelaide, Australia
    MS-Off Ver
    Excel 2007
    Posts
    2

    Red face Merging columns into email address

    G'day All,

    OS Windows XP
    Excel version 2007

    I have two columns. One is called first name the second is called last name.

    I wish to create a third column that is of the format of
    firstname.lastname@address. company.au

    The idea being that the third column would be populated by data from column 1 and column 2 with the fixed part of the email address appended as in the example above.

    Thus I would get a result such as
    First name Last name Email address
    Fred Bloggs [email protected]
    Mary Brown [email protected]
    Ally Ally [email protected]

    I realise that it may be difficult to change the capitalisation.
    Any and all help gratefully received
    Cambronze

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Merging columns into email address

    In terms of the concatenation

    C1: =LOWER(A1&"."&B1&"@address.company.au")

    where A1 holds First Name & B1 Last Name

    If you wish for the above to be valid hyperlinks then

    C1: =HYPERLINK(LOWER("mailto:"&A1&"."&B1&"@address.company.au"))

    You can append the hyperlink string to alter the mail content, eg:

    "mailto:etc...?subject=example&body=Hello%0A%0AHow%20Are%20You?"

  3. #3
    Registered User
    Join Date
    08-06-2010
    Location
    Adelaide, Australia
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Merging columns into email address (resolved)

    Thank you DonkeyOte
    The first formula worked a treat.

    I had tried various options, but with out success

    Thanks once again
    Cambronze

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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