PC Review


Reply
Thread Tools Rate Thread

convert text labels to excel columns

 
 
=?Utf-8?B?UlNG?=
Guest
Posts: n/a
 
      8th Feb 2005
I have seen this posted in another newsgroup but did not understand the
answer. I have copied many names/address and pasted them into Excel. All of
the info is sitting under one column. I would like to find out how to
seperate the info into multiple columns so that I can create labels.

Ex.

Mary Smith
1234 Main St
Suite 123
Anywhere, USA 12345

I would like to put it under multiple headings ex. name address city/state zip

I'm not clear how a delimeter works, The options it shows when I try to use
the text to columns does not show how mine are seperated. It is not a dash
or slash
(-or/) it is a straight up and down line???? Ex. Mary Smith (line) address.
I hope this makes since and someone can help me please.

 
Reply With Quote
 
 
 
 
Dave R.
Guest
Posts: n/a
 
      8th Feb 2005
Try copying the 4 cells, then go to another cell/column somewhere and do
paste special>transpose. This will paste data that spans 4 columns instead
of 4 rows.


"RSF" <(E-Mail Removed)> wrote in message
news:C1320244-9DBF-494D-B678-(E-Mail Removed)...
> I have seen this posted in another newsgroup but did not understand the
> answer. I have copied many names/address and pasted them into Excel. All

of
> the info is sitting under one column. I would like to find out how to
> seperate the info into multiple columns so that I can create labels.
>
> Ex.
>
> Mary Smith
> 1234 Main St
> Suite 123
> Anywhere, USA 12345
>
> I would like to put it under multiple headings ex. name address city/state

zip
>
> I'm not clear how a delimeter works, The options it shows when I try to

use
> the text to columns does not show how mine are seperated. It is not a

dash
> or slash
> (-or/) it is a straight up and down line???? Ex. Mary Smith (line)

address.
> I hope this makes since and someone can help me please.
>



 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      9th Feb 2005
RSF

Data>Text to Columns operates on data that is in one cell and splits it acroos
several in a row.

Looks like your data is in 4 cells in one column. TTC will do you no good in
that case.

If your data is consistent a macro or worksheet Function could be devised to
get the data into columns all on one row per address.

Then TTC could be used to do the final splitting.

If your data is in A1:A4 and is consistently 4 rows as your example, enter
this formula in B2 and drag across to E2 then down until you get zeros.

=OFFSET($A$1,(ROW()-1)*4+COLUMN()-2,0)

Then use TTC to split Column E into two....city/state and zip.


Gord Dibben Excel MVP


On Tue, 8 Feb 2005 13:49:01 -0800, RSF <(E-Mail Removed)> wrote:

>I have seen this posted in another newsgroup but did not understand the
>answer. I have copied many names/address and pasted them into Excel. All of
>the info is sitting under one column. I would like to find out how to
>seperate the info into multiple columns so that I can create labels.
>
>Ex.
>
>Mary Smith
>1234 Main St
>Suite 123
>Anywhere, USA 12345
>
>I would like to put it under multiple headings ex. name address city/state zip
>
>I'm not clear how a delimeter works, The options it shows when I try to use
>the text to columns does not show how mine are seperated. It is not a dash
>or slash
>(-or/) it is a straight up and down line???? Ex. Mary Smith (line) address.
> I hope this makes since and someone can help me please.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2007 text labels in category axis - missing labels Boris Microsoft Excel Charting 3 5th Dec 2008 04:33 PM
Convert Text to Columns with Excel 2007 beta does not work well =?Utf-8?B?TWFydGlu?= Microsoft Excel Worksheet Functions 0 7th Jun 2006 03:17 PM
How do I convert an Excel file to labels? =?Utf-8?B?SmFuZXR0ZQ==?= Microsoft Word Document Management 2 2nd Apr 2006 06:43 AM
Macro for Text to Columns - convert to text or general =?Utf-8?B?Z29vZnkxMQ==?= Microsoft Excel Programming 1 16th May 2005 03:51 AM
How can I convert entire columns of text to Uppercase in Excel? =?Utf-8?B?ZHBsYW50bGFkeQ==?= Microsoft Excel Worksheet Functions 8 1st May 2005 06:51 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:19 AM.