A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - General Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

how to paste email address string into each cell in the spread sheet



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old December 27th 08, 04:11 PM posted to microsoft.public.excel,microsoft.public.outlook
Andrew[_3_]
external usenet poster
 
Posts: 7
Default how to paste email address string into each cell in the spread sheet

How to copy / paste email addresses into each cell in the spread sheet?

We are using Outlook for email. For intra-office memo, we have long list of
email addresses in different project groups and different discussion /
meeting groups of distribution list.
Typical Outlook email address in the cc: list string we can copy / paste
from is like this
'; '; '; ';

How can I copy the entire string and paste these email addresses into
each individual cell in the spread sheet? I would like each email address
pasted in one cell of its own. Can you please tell me how to do it?

Thank you.

  #2  
Old December 27th 08, 07:29 PM posted to microsoft.public.excel,microsoft.public.outlook
Dave Peterson
external usenet poster
 
Posts: 2
Default how to paste email address string into each cell in the spread sheet

I would do this.

Paste into MSWord.

Remove the apostrophes via Edit|replace
select the text to fix (in MSWord)
ctrl-h
type an apostrophe in the "Find what:" box
make sure the "replace with:" box is empty
then click replace all button

Change the semicolons to carriage returns/linefeeds.
select the text to fix (in MSWord)
ctrl-h
type a semicolon in the "Find what:" box
click in the "replace with:"
hit the more button
hit the special button and choose Paragraph mark
then click replace all button

Select the text
edit|copy
Select the top cell in excel
edit|paste special|values (to avoid bringing the format with the text)




Andrew wrote:

How to copy / paste email addresses into each cell in the spread sheet?

We are using Outlook for email. For intra-office memo, we have long list of
email addresses in different project groups and different discussion /
meeting groups of distribution list.
Typical Outlook email address in the cc: list string we can copy / paste
from is like this
'; '; '; ';

How can I copy the entire string and paste these email addresses into
each individual cell in the spread sheet? I would like each email address
pasted in one cell of its own. Can you please tell me how to do it?

Thank you.


--

Dave Peterson
  #3  
Old December 27th 08, 07:31 PM posted to microsoft.public.excel,microsoft.public.outlook
Dave Peterson
external usenet poster
 
Posts: 2
Default how to paste email address string into each cell in the spread sheet

A couple more things to do (and a correction):

I would do this.

Paste into MSWord.

Remove the apostrophes via Edit|replace
select the text to fix (in MSWord)
ctrl-h
type an apostrophe in the "Find what:" box
make sure the "replace with:" box is empty
then click replace all button

Remove the space characters via Edit|replace
select the text to fix (in MSWord)
ctrl-h
type a space character in the "Find what:" box
make sure the "replace with:" box is empty
then click replace all button

Change the semicolons to carriage returns/linefeeds.
select the text to fix (in MSWord)
ctrl-h
type a semicolon in the "Find what:" box
click in the "replace with:"
hit the more button
hit the special button and choose Paragraph mark
then click replace all button

Select the text
edit|copy
Select the top cell in excel
edit|paste special|Text (to avoid bringing the format with the text)

Andrew wrote:

How to copy / paste email addresses into each cell in the spread sheet?

We are using Outlook for email. For intra-office memo, we have long list of
email addresses in different project groups and different discussion /
meeting groups of distribution list.
Typical Outlook email address in the cc: list string we can copy / paste
from is like this
'; '; '; ';

How can I copy the entire string and paste these email addresses into
each individual cell in the spread sheet? I would like each email address
pasted in one cell of its own. Can you please tell me how to do it?

Thank you.


--

Dave Peterson
  #4  
Old December 27th 08, 08:21 PM posted to microsoft.public.excel,microsoft.public.outlook
Ron Rosenfeld
external usenet poster
 
Posts: 3
Default how to paste email address string into each cell in the spread sheet

On Sat, 27 Dec 2008 08:11:26 -0800, "Andrew" wrote:

How to copy / paste email addresses into each cell in the spread sheet?

We are using Outlook for email. For intra-office memo, we have long list of
email addresses in different project groups and different discussion /
meeting groups of distribution list.
Typical Outlook email address in the cc: list string we can copy / paste
from is like this
'; '; '; ';

How can I copy the entire string and paste these email addresses into
each individual cell in the spread sheet? I would like each email address
pasted in one cell of its own. Can you please tell me how to do it?

Thank you.


Paste into some cell.
Select that cell
Data /Text to columns
Delimited
Select "semicolon" as the delimiter
Finish

Edit/Replace
Replace what: ' (single quote)
With: leave blank
Replace All

If you want these in a column, select the cells.
Copy
Select a destination (single cell which will be in the topmost row of
the destination range)
Paste Special: Transpose
--ron
  #5  
Old December 28th 08, 01:35 AM posted to microsoft.public.excel,microsoft.public.outlook
Andrew[_3_]
external usenet poster
 
Posts: 7
Default how to paste email address string into each cell in the spread sheet

"Ron Rosenfeld" wrote in message
...
On Sat, 27 Dec 2008 08:11:26 -0800, "Andrew"
wrote:
Paste into some cell.
Select that cell
Data /Text to columns
Delimited
Select "semicolon" as the delimiter
Finish

Edit/Replace
Replace what: ' (single quote)
With: leave blank
Replace All

If you want these in a column, select the cells.
Copy
Select a destination (single cell which will be in the topmost row of
the destination range)
Paste Special: Transpose
--ron



Thank you Ron. I am using Microsoft Excel 2007.
I cannot find Data/Text to columns
Delimited?
Also, when I paste, should I paste into entire row instead of one cell,
then, each email address will put into one cell by itself?

  #6  
Old December 28th 08, 11:50 AM posted to microsoft.public.excel,microsoft.public.outlook
Ron Rosenfeld
external usenet poster
 
Posts: 3
Default how to paste email address string into each cell in the spread sheet

On Sat, 27 Dec 2008 17:35:36 -0800, "Andrew" wrote:

"Ron Rosenfeld" wrote in message
.. .
On Sat, 27 Dec 2008 08:11:26 -0800, "Andrew"
wrote:
Paste into some cell.
Select that cell
Data /Text to columns
Delimited
Select "semicolon" as the delimiter
Finish

Edit/Replace
Replace what: ' (single quote)
With: leave blank
Replace All

If you want these in a column, select the cells.
Copy
Select a destination (single cell which will be in the topmost row of
the destination range)
Paste Special: Transpose
--ron



Thank you Ron. I am using Microsoft Excel 2007.
I cannot find Data/Text to columns Delimited?


If you have the default set up,
Data is one of the options on the same line as the Home tab.
If you then look at the section of the ribbon entitled "Data Tools",
Text to columns is the first entry.

Also, when I paste, should I paste into entire row instead of one cell,
then, each email address will put into one cell by itself?


If you already have a method to put each email address into one cell by itself,
I don't understand why you are asking the same question here.???
--ron
  #7  
Old December 29th 08, 02:34 AM posted to microsoft.public.excel,microsoft.public.outlook
Andrew[_3_]
external usenet poster
 
Posts: 7
Default how to paste email address string into each cell in the spread sheet

"Ron Rosenfeld" wrote in message
...
On Sat, 27 Dec 2008 17:35:36 -0800, "Andrew"
wrote:


If you have the default set up,
Data is one of the options on the same line as the Home tab.
If you then look at the section of the ribbon entitled "Data Tools",
Text to columns is the first entry.

Also, when I paste, should I paste into entire row instead of one cell,
then, each email address will put into one cell by itself?


If you already have a method to put each email address into one cell by
itself,
I don't understand why you are asking the same question here.???
--ron


Ron, thanks for your reply.
I click "Text to Columns", and the dialog panel "no data was selected to
parse" appears.

I am unable to paste this entire string of email address, each address into
one cell.
I do able to paste the entire string into one cell.



  #8  
Old December 29th 08, 03:12 AM posted to microsoft.public.excel,microsoft.public.outlook
Ron Rosenfeld
external usenet poster
 
Posts: 3
Default how to paste email address string into each cell in the spread sheet

On Sun, 28 Dec 2008 18:34:06 -0800, "Andrew" wrote:

"Ron Rosenfeld" wrote in message
.. .
On Sat, 27 Dec 2008 17:35:36 -0800, "Andrew"
wrote:


If you have the default set up,
Data is one of the options on the same line as the Home tab.
If you then look at the section of the ribbon entitled "Data Tools",
Text to columns is the first entry.

Also, when I paste, should I paste into entire row instead of one cell,
then, each email address will put into one cell by itself?


If you already have a method to put each email address into one cell by
itself,
I don't understand why you are asking the same question here.???
--ron


Ron, thanks for your reply.
I click "Text to Columns", and the dialog panel "no data was selected to
parse" appears.

I am unable to paste this entire string of email address, each address into
one cell.
I do able to paste the entire string into one cell.



Then the active cell (the cell which you selected before selecting "Text to
Columns" is empty.
--ron
 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
search for string of contacts by a string of email addresses Kerm Rudgeon Outlook - Using Contacts 2 October 21st 08 07:51 PM
updating email address field from in-cell editing (table view) Rafael Outlook - General Queries 2 May 31st 07 01:08 AM
Using a spread sheet for e-mail addresses Len Urban Outlook - General Queries 5 January 19th 07 04:30 PM
Send email to email addressess in Excel Sheet Darrell Outlook - Using Contacts 2 September 18th 06 12:20 PM
Need String from Email Subject CondtllyFrmttd Outlook and VBA 1 January 25th 06 04:26 PM


All times are GMT +1. The time now is 11:36 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.