Collate company email list from names in a cell

Johnagall

New Member
Joined
Jul 17, 2011
Messages
6
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?
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Can you post a small sample of data.
Have a look at using XL2BB to upload your sample.
The link to XL2BB is in my tag.
 
Upvote 0
Try this and thenclick on the little black square in the bottom RH corner of the cell that holds the formula
Excel Formula:
=A1&  "." & B2 & "@company.co.uk"
 
Upvote 0

Forum statistics

Threads
1,215,686
Messages
6,126,202
Members
449,298
Latest member
Jest

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top