Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 2
Question Transpose Mailing List to Columns

Hi members:

I have a mailing list that has 5 - 6 rows per address. it is in the following format:

Acct. #
Name
Address
Town, ST zip-code

For about 10% there is an additional line for Country if Foreign

I have several thousand of these in a column in Excel. I would like to put each row into a seperate column so that I could break them apart for sorting by name or state.

I have tried to use the "Transpose" but it is not cooperating with several thousand rows.

Any help appreciated.

Michael
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Daniel CHEN
 
Posts: n/a
Default Transpose Mailing List to Columns

If you have fixed number of rows for each record, then it is easy to
transpose it as you want.
Since you have 5 or 6 rows for different records, then it is very difficult
achieve what you want, even using VBA code.

If all are five rows in column A starting from A1, then use the following
formula in Cell B1:

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

and copy the formula , paste in range B1:F100


--
Best regards,
---
Yongjun CHEN
==================================
- - - - www.XLDataSoft.com - - - -
Free Tool & Training Material for Download
==================================
"mjmoore" wrote in message
...

Hi members:

I have a mailing list that has 5 - 6 rows per address. it is in the
following format:

Acct. #
Name
Address
Town, ST zip-code

For about 10% there is an additional line for Country if Foreign

I have several thousand of these in a column in Excel. I would like to
put each row into a seperate column so that I could break them apart
for sorting by name or state.

I have tried to use the "Transpose" but it is not cooperating with
several thousand rows.

Any help appreciated.

Michael


--
mjmoore



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Mailing list Roger Excel Discussion (Misc queries) 1 May 11th 06 08:29 PM
Mailing List In Excel [email protected] Excel Discussion (Misc queries) 3 October 18th 05 09:29 PM
How do I search a mailing list spreadsheet to remove entries alre. RagDyer Excel Discussion (Misc queries) 1 March 28th 05 09:29 PM
mailing list transpose help lucky_lowell Excel Discussion (Misc queries) 2 November 30th 04 01:46 PM
how do I convert a list in Excel to mailing labels mcguff Setting up and Configuration of Excel 1 November 29th 04 03:58 PM


All times are GMT +1. The time now is 08:41 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"