Hi All
I'm trying to convert a list of proper names in column B CELL 2 through to 2000.
John Doe
Jane Doe
John Smith
To john.doe@email.name.
I can use concatenate =CONCATENATE(B2,"@","emailname") to get john doe@emailname.com
How do i get rid of the space between first and last name and replace it with a full stop, i don't really want to split the cell to first and last names.
Can i nest a formula SUBSTITUE, TRIM FIND CONCATENATE?
Or is there an easy method that's alluding me?
Any help appreciated
I'm trying to convert a list of proper names in column B CELL 2 through to 2000.
John Doe
Jane Doe
John Smith
To john.doe@email.name.
I can use concatenate =CONCATENATE(B2,"@","emailname") to get john doe@emailname.com
How do i get rid of the space between first and last name and replace it with a full stop, i don't really want to split the cell to first and last names.
Can i nest a formula SUBSTITUE, TRIM FIND CONCATENATE?
Or is there an easy method that's alluding me?
Any help appreciated