Hi AT community!
Is there a way to extract a persons name from an email address? I have a form that requestors fill in that automatically creates a record. In the form it asks for an email address, and there’s another column for their name.
If column A has the email address they entered, I’d like column B to hold their name.
Also, all company emails follow a pattern of:
fname.lname@domain.com
How can I add “fname lname” into column B? I just need what’s before the dot, and after the dot with a space in between.


