zakasnak
Active Member
- Joined
- Sep 21, 2005
- Messages
- 308
- Office Version
- 365
- 2019
- Platform
- Windows
- MacOS
I am using this formula to pull an email address from cell A1 : =HYPERLINK("mailto:",A1)
A1 contains the formula to create the email address : =HYPERLINK(IF($X$8>0,(CONCATENATE($X$8,"@company.com")),""))
H4, the destination cell, shows the email address in the correct format & is hyperlinked. However when I click the cell, a new mail message opens, but the email address does not appear in the TO box.
Any ideas?
A1 contains the formula to create the email address : =HYPERLINK(IF($X$8>0,(CONCATENATE($X$8,"@company.com")),""))
H4, the destination cell, shows the email address in the correct format & is hyperlinked. However when I click the cell, a new mail message opens, but the email address does not appear in the TO box.
Any ideas?