+ Reply to Thread
Results 1 to 3 of 3

How to transfer email hyperlink to another cell

  1. #1
    Peepster
    Guest

    How to transfer email hyperlink to another cell

    I have an email hyperlink in cell A1. I want the same email address to
    automatically go into C1 and have it be a clickable hyperlink just link A1 is.

    Obvioulsy, I can formulate C1 as =A1 but the problem is that it is not a
    clickable hyperlink.

    Paul
    PS - I am not familiar with macros.



  2. #2
    Dave Peterson
    Guest

    Re: How to transfer email hyperlink to another cell

    How about:

    =hyperlink(a1)
    or
    =hyperlink("mailto:" & a1)

    depending on what's in A1.

    Peepster wrote:
    >
    > I have an email hyperlink in cell A1. I want the same email address to
    > automatically go into C1 and have it be a clickable hyperlink just link A1 is.
    >
    > Obvioulsy, I can formulate C1 as =A1 but the problem is that it is not a
    > clickable hyperlink.
    >
    > Paul
    > PS - I am not familiar with macros.


    --

    Dave Peterson

  3. #3
    Peepster
    Guest

    Re: How to transfer email hyperlink to another cell

    Thanks Dave.
    =hyperlink("mailto:" & a1) is the one that worked.
    Paul


    "Dave Peterson" wrote:

    > How about:
    >
    > =hyperlink(a1)
    > or
    > =hyperlink("mailto:" & a1)
    >
    > depending on what's in A1.
    >
    > Peepster wrote:
    > >
    > > I have an email hyperlink in cell A1. I want the same email address to
    > > automatically go into C1 and have it be a clickable hyperlink just link A1 is.
    > >
    > > Obvioulsy, I can formulate C1 as =A1 but the problem is that it is not a
    > > clickable hyperlink.
    > >
    > > Paul
    > > PS - I am not familiar with macros.

    >
    > --
    >
    > Dave Peterson
    >


+ 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