K
KarenF
Hi,
I'm using a VLookup to insert an email address into a spreadsheet, and I
would like the hyperlink to work.
This is my formula
=IF(ISBLANK($A6),"",IF(ISBLANK(VLOOKUP($A6,applicant,14,FALSE)),"",hyperlink("mailto:"&VLOOKUP($A6,applicant,14,FALSE))))
This gives me the mailto:emailaddress but it is not clickable. However, if
I then paste (special) the resulting values of the formula to another cell it
works.
The original cell with the e-mail address in (in the vlookup table) links
fine.
I have noticed that when using the Hyperlink function (not nested), the
address needs to be in quotation marks. Could this be my problem here? If
so, is there anything I can add to my formula which would enclose the
hyperlink bit in quotation marks and make it work?
Any ideas?
Many thanks,
Karen.
I'm using a VLookup to insert an email address into a spreadsheet, and I
would like the hyperlink to work.
This is my formula
=IF(ISBLANK($A6),"",IF(ISBLANK(VLOOKUP($A6,applicant,14,FALSE)),"",hyperlink("mailto:"&VLOOKUP($A6,applicant,14,FALSE))))
This gives me the mailto:emailaddress but it is not clickable. However, if
I then paste (special) the resulting values of the formula to another cell it
works.
The original cell with the e-mail address in (in the vlookup table) links
fine.
I have noticed that when using the Hyperlink function (not nested), the
address needs to be in quotation marks. Could this be my problem here? If
so, is there anything I can add to my formula which would enclose the
hyperlink bit in quotation marks and make it work?
Any ideas?
Many thanks,
Karen.