Listing Text From Separate Cells into One Cell

N

Neil Pearce

Dear all,

A workbook is forwarded to myself every month containing membership details
for a club of which I am the secretary.

In column A is a list of the e-mail addresses of the members, i.e. cells A1,
A2, A3, A4...

In order to copy the text into another programme I wish to list all of the
addresses within one Excel cell. Is there a formula that I can use to do
this?

Any help would be much welcomed.


Yours in appreciation,

Neil
 
G

Gary''s Student

Very easy with a "helper" column.

In B1 enter:
=A1
In B2 enter:
=B1 & CHAR(10) & A2 and copy down

Format the last cell in column B with wrap on
 
I

Iona

Hi Neil,

You can do a couple of things. Text to Date or use the concatenate formula.

=CONCATENATE(O12," ",P12," ", Q12)

O12 Jim
P12 Gates
Q12 (e-mail address removed)

Jim Gates (e-mail address removed)

I wanted spaces in between the First, Last and email components that is the
reason for the "[space]" quotations. Before exporting your date to your
external source you will need to highlight, copy and paste special values.
Good luck!
 

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