How to transfer email hyperlink to another cell

G

Guest

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.
 
D

Dave Peterson

How about:

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

depending on what's in A1.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top