+ Reply to Thread
Results 1 to 4 of 4

excel 2003: creating a standard email address from a list of names

  1. #1
    Registered User
    Join Date
    07-09-2008
    Location
    UK
    Posts
    20

    excel 2003: creating a standard email address from a list of names

    Hi everyone,

    I am looking to turn a list of names and companies [eg (A1) Joe Bloggs (B1) Microsoft] into an email address in a standard format where all email addresses take the form: [email protected] (e.g. [email protected]). The completed email address can then be displayed in cell C1.

    I know that this can be done pretty simply, but i just cant figure out how to get it to work properly!

    Any help would be much appreciated.

    Cheers,

    Alex
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    11-23-2007
    Location
    Suffolk, UK
    Posts
    298
    try this

    =CONCATENATE(TRIM(LEFT(A1,FIND(" ",A1,1))),".",RIGHT(A1,LEN(A1)-FIND("*",SUBSTITUTE(A1," ","*",LEN(A1)-LEN(SUBSTITUTE(A1," ",""))))),"@",B1,".com")

    thanks reg
    Last edited by reggie1000; 07-09-2008 at 08:01 AM.

  3. #3
    Registered User
    Join Date
    07-09-2008
    Location
    UK
    Posts
    20
    Thanks Reg, works like a dream!

    Can i run a separate problem by you, but this one is a bit more complicated?! Should i post it as a new topic under programming?

    Alex.

  4. #4
    Forum Contributor
    Join Date
    11-23-2007
    Location
    Suffolk, UK
    Posts
    298
    hi alex,

    just post the problem under the relevant criteria.

    cheers reg

+ 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