B
brendon.thiede
It depends on what you mean by an email list. If you want a long
string of text with a separator (like a semi-colon) between addresses
you can concatenate text using a formula in a new column. Here is the
assumption: you have a column (we'll pretend it's column A) that has
valid email addresses with no blank entries and a column header cell
in A1. In column B we could put a formula in cell B2 like this:
=$B1&$A2&"; "
Now if you paste this down column B, each row will add it's email
address onto the end of the string. If this isn't what you're looking
for, please clarify.
Good luck,
Brendon
string of text with a separator (like a semi-colon) between addresses
you can concatenate text using a formula in a new column. Here is the
assumption: you have a column (we'll pretend it's column A) that has
valid email addresses with no blank entries and a column header cell
in A1. In column B we could put a formula in cell B2 like this:
=$B1&$A2&"; "
Now if you paste this down column B, each row will add it's email
address onto the end of the string. If this isn't what you're looking
for, please clarify.
Good luck,
Brendon