+ Reply to Thread
Results 1 to 2 of 2

Converting A Name Into An Email

  1. #1
    Registered User
    Join Date
    04-26-2022
    Location
    England
    MS-Off Ver
    365
    Posts
    79

    Converting A Name Into An Email

    Hi

    I have a column (Column T) with a list of different names in it (For example - Joe Bloggs) i need the cell along side it to be his email address (Columns U)

    Is there a formula that would see the name then add a dot between the first and last name and the add @h-tmail.com

    Email Capture.PNG
    Attached Files Attached Files
    Last edited by DharmeshChauhan; 12-15-2022 at 09:02 AM.

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,474

    Re: Converting A Name Into An Email

    Possibly

    =HYPERLINK((SUBSTITUTE(T1," ",".")&"@yourEmail.com"))

    Or if not a hyperlink

    =SUBSTITUTE(T2," ",".")&"@yourEmail.com"

+ 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. Converting a column of hyperlinks to email addresses
    By 1adamdecker in forum Excel General
    Replies: 13
    Last Post: 04-04-2019, 01:18 PM
  2. [SOLVED] VBA to send 2 sheets by email after converting to PDF
    By bodie in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 05-02-2017, 02:01 PM
  3. Help converting single recipient email macro to limitless
    By taylorsm in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 04-25-2017, 02:09 AM
  4. [SOLVED] Extracting email chain email address and converting to Excel column
    By Leah_Hael in forum Excel General
    Replies: 4
    Last Post: 12-28-2012, 04:05 PM
  5. [SOLVED] Help converting fields with * and spaces to email addresses
    By aprice88 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-25-2012, 10:25 PM
  6. Ideas for converting text box to html code for email
    By Josh_123456 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-25-2011, 10:36 AM
  7. Replies: 5
    Last Post: 03-16-2008, 11:39 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