Forum Discussion
BTeusink
Feb 17, 2019Copper Contributor
Hyperlink table reference for email address showing wrong address
Hi! I have a table (CCAL_Membership) on one tab. In another tab (Print Copy) I have a column that references the email column of the CCAL_Membership table. In the Print Copy table it is showing the ...
Twifoo
Feb 17, 2019Silver Contributor
You can use:
=HYPERLINK("mailto:"&EmailAddress,FriendlyName)
=HYPERLINK("mailto:"&EmailAddress,FriendlyName)