So I have a Concatenate formula where I take two columns and combine them with text.
=CONCATENATE(B3,".",C3,"@company.com")
It takes my contacts first and last name and generates emails.
Example:
B3: John
C3: Smith
Output: John.Smith@company.com
My issue is it will leave "@company.com" in rows with blank cells.
I don't want that. Please help