Hi,
I have a substantial (and dynamic) list of names that I'm needing to transform into email addresses.
For names like Bob Smith, and even those with hyphens (Sarah-Jane Brown), it's no issue:
=LOWER(CONCAT(SUBSTITUTE(SUBSTITUTE(C16342," ","."),"-",""),"@abc.com"))
End result =...