I've searched around in concatenation etc but can't quite find the solution that is slicker that concatenating a few times.
I have a list of 500 names in a worksheet and I need to make a list of company email addresses.
The format is currently, cell A1 - firstname space surname in one cell and I need to modify to read firstname.surname@company.co.uk
Do I need to modify the single cell and have A1 =first name B2=surname first?
and then use =Concat(A1 ".", B2, "@company.co.uk")
Is there a single step way?
I have a list of 500 names in a worksheet and I need to make a list of company email addresses.
The format is currently, cell A1 - firstname space surname in one cell and I need to modify to read firstname.surname@company.co.uk
Do I need to modify the single cell and have A1 =first name B2=surname first?
and then use =Concat(A1 ".", B2, "@company.co.uk")
Is there a single step way?