Need Help for a Formula

C

CeBit

Hello all,

I need help to generate a email list.

Here is an example.

I want to start the list at : (e-mail address removed)

I want to finish the list at: (e-mail address removed)

I need all the emails in a generated list. Then I could export t
outlook express and bulk email to my users.

This is for my own company and all my sales people have their emails b
numbers. So generating a automatic list would be very nice.

Thank
 
D

duane

if you have '(e-mail address removed) in cell a5, this creates next entry in cel
a6 (up to '(e-mail address removed))

=CONCATENATE(LEFT(A5,3)+1,"@mymail.net"
 
A

anonymous

-----Original Message-----
if you have '(e-mail address removed) in cell a5, this creates next entry in cell
a6 (up to '(e-mail address removed))

=CONCATENATE(LEFT(A5,3)+1,"@mymail.net")

=ROW(A100)&"@mymail.net"

Copy down as needed.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top