Snippet

Create Email Address From Name in Excel

AOAnonymous One· Sep 20, 20221 min read
  • #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.

Search

Jump to a page, story or project