I have a large list of names and a short list of email extensions. Is there a way to resolve each name to each extension? In other words this is what I have:

name1 @corporatebank.com, @unitedbank.com, @capital*********.com
name2
name3
name4
name5
name6
name7
name8
name9
name10
name11
name12
name13

And need it to be:

[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]

etc... Anything that will prevent me from having to type the name and extension over and over again as I have a long list of clients that I have to do this with. Or am I just stuck like chuck? Or is there another program I can do this in?