+ Reply to Thread
Results 1 to 3 of 3

Email Hyperlink

  1. #1
    Prohock
    Guest

    Email Hyperlink

    I have a cell that takes the first and last name of each employee and creates
    thier email address. How can i add a command to the following formula to
    convert this cell to a hyperlink email cell.

    C3
    =LOWER(CONCATENATE(A1,".",B2,"@csd.ab.ca"))

    A1 = Joe
    B2 = Smith
    C3 = [email protected]
    (I want C3 to be dynamic so when I click on it, outlook opens and persons
    name is in the to: field. )

    It works if I just type C3 out in any cell, but not when the cell is
    calculated.




  2. #2
    Forum Contributor colofnature's Avatar
    Join Date
    05-11-2006
    Location
    -
    MS-Off Ver
    -
    Posts
    301
    =hyperlink("mailto:"&A1&"."&B2&"@csd.ab.ca",A1&"."&B2&"@csd.ab.ca")


    Col

  3. #3
    Prohock
    Guest

    Re: Email Hyperlink

    Thanks for the help!

    "colofnature" wrote:

    >
    > =hyperlink("mailto:"&A1&"."&B2&"@csd.ab.ca",A1&"."&B2&"@csd.ab.ca")
    >
    >
    > Col
    >
    >
    > --
    > colofnature
    > ------------------------------------------------------------------------
    > colofnature's Profile: http://www.excelforum.com/member.php...o&userid=34356
    > View this thread: http://www.excelforum.com/showthread...hreadid=559011
    >
    >


+ 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