![]() |
Converting Text to a hyperlink
Howdie
Column A I have a list of names Column K I have a corresponding list of email addresses (these are Hyperlinks with a mail to command within the hyperlink) Thus for eg A1 = John Smith K1 = Now I want to create a new column say L which would say John Smith in it (but would have the hyperlink of ) as its neater just to see the name and be able to click on it rather than the full address... I need to do it for all data in the columns.... Appreciate any assistance! Regards D *** Sent via Developersdex http://www.developersdex.com *** |
Converting Text to a hyperlink
What you want is both very easy and very useful:
=HYPERLINK("mailto:" & K1,A1) entered in L1 -- Gary''s Student - gsnu2007 "Darin Kramer" wrote: Howdie Column A I have a list of names Column K I have a corresponding list of email addresses (these are Hyperlinks with a mail to command within the hyperlink) Thus for eg A1 = John Smith K1 = Now I want to create a new column say L which would say John Smith in it (but would have the hyperlink of ) as its neater just to see the name and be able to click on it rather than the full address... I need to do it for all data in the columns.... Appreciate any assistance! Regards D *** Sent via Developersdex http://www.developersdex.com *** |
Converting Text to a hyperlink
|
Converting Text to a hyperlink
But.... when I copy and paste values(as I'd like to move that cell to another book), Excel forgets that it is a hyperlink - ie clicking it no longer launches email... Ideas...? Regards D *** Sent via Developersdex http://www.developersdex.com *** |
Converting Text to a hyperlink
If you copy a hyperlink and then paste/special/value somewhere else, the copy
will be "cold" (un-clickable). To make the hyperlink "hot" just select the cell, touch F2, then touch ENTER. -- Gary''s Student - gsnu2007 "Darin Kramer" wrote: But.... when I copy and paste values(as I'd like to move that cell to another book), Excel forgets that it is a hyperlink - ie clicking it no longer launches email... Ideas...? Regards D *** Sent via Developersdex http://www.developersdex.com *** |
All times are GMT +1. The time now is 02:14 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com