I have a cell that takes the first and last name of each employee and creates
thier email address. How can i add a command to the following formula to
convert this cell to a hyperlink email cell.
C3
=LOWER(CONCATENATE(A1,".",B2,"@csd.ab.ca"))
A1 = Joe
B2 = Smith
C3 = joe.smith@csd.ab.ca
(I want C3 to be dynamic so when I click on it, outlook opens and persons
name is in the to: field. )
It works if I just type C3 out in any cell, but not when the cell is
calculated.
Bookmarks