Create Email Address From Name in Excel
- #Excel
- #Excel Formula
Create Email Address From Name in Excel
To create email addresses using first and last names, you can use a formula that concatenates values as needed.
=LOWER(LEFT(first)&last)&"@domain.com"
=LOWER(LEFT(A2)&B2)&"@anonsys.tech"
References
0 Comments
Sign in to join the conversation.