Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 271
Default Transpose and Fill?

Original data looks like this in Columns:

Name Dept. Location Ext.
XXX 101,102,103,104 111 7777
YYY 106,107,108 222 8888
ZZZ 210,220,230 333 9999

I want the data to look like this:

Name Dept. Location Ext.
XXX 101 111 7777
XXX 102 111 7777
XXX 103 111 7777
XXX 104 111 7777
YYY 106 222 8888
YYY 107 222 8888
YYY 108 222 8888
ZZZ 210 333 9999
ZZZ 220 333 9999
ZZZ 230 333 9999


I used the "Text to Columns" function to separate the "Dept" into multiple
columns. I want to transpose the "Dept" column to rows following the
original row, then copy the rest of the information from the original row to
the transposed rows. Is this possible?

I have 2 excel tabs with 52,000 records in each right now so I can't imagine
doing this manually. I am using Excel 2003.

Please HELP!!!!
Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Transpose and Fill?

In the example your 3 starting rows become 10 rows. So, if you have 52,000
of them you are likely to end up needing another sheet (or more) to
accommodate the extra rows produced.

Consequently you will need a macro solution, as a formula could not
automatically insert new sheets. You will need to advise on how you want to
treat the excess rows.

Pete

"susan" wrote in message
...
Original data looks like this in Columns:

Name Dept. Location Ext.
XXX 101,102,103,104 111 7777
YYY 106,107,108 222 8888
ZZZ 210,220,230 333 9999

I want the data to look like this:

Name Dept. Location Ext.
XXX 101 111 7777
XXX 102 111 7777
XXX 103 111 7777
XXX 104 111 7777
YYY 106 222 8888
YYY 107 222 8888
YYY 108 222 8888
ZZZ 210 333 9999
ZZZ 220 333 9999
ZZZ 230 333 9999


I used the "Text to Columns" function to separate the "Dept" into multiple
columns. I want to transpose the "Dept" column to rows following the
original row, then copy the rest of the information from the original row
to
the transposed rows. Is this possible?

I have 2 excel tabs with 52,000 records in each right now so I can't
imagine
doing this manually. I am using Excel 2003.

Please HELP!!!!
Thanks!



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 271
Default Transpose and Fill?

Yes, I do realize I will need new sheets - I can separate the original data
into multiple sheets before running the macro.

"Pete_UK" wrote:

In the example your 3 starting rows become 10 rows. So, if you have 52,000
of them you are likely to end up needing another sheet (or more) to
accommodate the extra rows produced.

Consequently you will need a macro solution, as a formula could not
automatically insert new sheets. You will need to advise on how you want to
treat the excess rows.

Pete

"susan" wrote in message
...
Original data looks like this in Columns:

Name Dept. Location Ext.
XXX 101,102,103,104 111 7777
YYY 106,107,108 222 8888
ZZZ 210,220,230 333 9999

I want the data to look like this:

Name Dept. Location Ext.
XXX 101 111 7777
XXX 102 111 7777
XXX 103 111 7777
XXX 104 111 7777
YYY 106 222 8888
YYY 107 222 8888
YYY 108 222 8888
ZZZ 210 333 9999
ZZZ 220 333 9999
ZZZ 230 333 9999


I used the "Text to Columns" function to separate the "Dept" into multiple
columns. I want to transpose the "Dept" column to rows following the
original row, then copy the rest of the information from the original row
to
the transposed rows. Is this possible?

I have 2 excel tabs with 52,000 records in each right now so I can't
imagine
doing this manually. I am using Excel 2003.

Please HELP!!!!
Thanks!




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 271
Default Transpose and Fill?

can you or anyone help with the macro? thanks!!!

"Pete_UK" wrote:

In the example your 3 starting rows become 10 rows. So, if you have 52,000
of them you are likely to end up needing another sheet (or more) to
accommodate the extra rows produced.

Consequently you will need a macro solution, as a formula could not
automatically insert new sheets. You will need to advise on how you want to
treat the excess rows.

Pete

"susan" wrote in message
...
Original data looks like this in Columns:

Name Dept. Location Ext.
XXX 101,102,103,104 111 7777
YYY 106,107,108 222 8888
ZZZ 210,220,230 333 9999

I want the data to look like this:

Name Dept. Location Ext.
XXX 101 111 7777
XXX 102 111 7777
XXX 103 111 7777
XXX 104 111 7777
YYY 106 222 8888
YYY 107 222 8888
YYY 108 222 8888
ZZZ 210 333 9999
ZZZ 220 333 9999
ZZZ 230 333 9999


I used the "Text to Columns" function to separate the "Dept" into multiple
columns. I want to transpose the "Dept" column to rows following the
original row, then copy the rest of the information from the original row
to
the transposed rows. Is this possible?

I have 2 excel tabs with 52,000 records in each right now so I can't
imagine
doing this manually. I am using Excel 2003.

Please HELP!!!!
Thanks!




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Transpose and Fill?

Sorry, Susan, I was just making some (fairly obvious) observations. I
don't have time at the moment to put a macro together for this.

If you do not get any help on this thread, perhaps you could re-post
in the .programming group.

Pete

On Oct 23, 4:21*pm, susan wrote:
can you or anyone help with the macro? thanks!!!



"Pete_UK" wrote:
In the example your 3 starting rows become 10 rows. So, if you have 52,000
of them you are likely to end up needing another sheet (or more) to
accommodate the extra rows produced.


Consequently you will need a macro solution, as a formula could not
automatically insert new sheets. You will need to advise on how you want to
treat the excess rows.


Pete


"susan" wrote in message
...
Original data looks like this in Columns:


Name * * Dept. * * * * * * * * * * Location * * * Ext.
XXX * * * 101,102,103,104 * * * 111 * * * * * 7777
YYY * * * *106,107,108 * * * * * * 222 * * * * * 8888
ZZZ * * * *210,220,230 * * * * * * 333 * * * * * 9999


I want the data to look like this:


Name * * Dept. * * Location * * * *Ext.
XXX * * * 101 * * * * * 111 * * * * *7777
XXX * * * 102 * * * * * 111 * * * * *7777
XXX * * * 103 * * * * * 111 * * * * *7777
XXX * * * 104 * * * * * 111 * * * * *7777
YYY * * * *106 * * * * * 222 * * * * *8888
YYY * * * *107 * * * * * 222 * * * * *8888
YYY * * * *108 * * * * * 222 * * * * *8888
ZZZ * * * *210 * * * * * 333 * * * * *9999
ZZZ * * * *220 * * * * * 333 * * * * *9999
ZZZ * * * *230 * * * * * 333 * * * * *9999


I used the "Text to Columns" function to separate the "Dept" into multiple
columns. *I want to transpose the "Dept" column to rows following the
original row, then copy the rest of the information from the original row
to
the transposed rows. *Is this possible?


I have 2 excel tabs with 52,000 records in each right now so I can't
imagine
doing this manually. *I am using Excel 2003.


Please HELP!!!!
Thanks!- Hide quoted text -


- Show quoted text -




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 271
Default Transpose and Fill?

sure. thanks pete!

"Pete_UK" wrote:

Sorry, Susan, I was just making some (fairly obvious) observations. I
don't have time at the moment to put a macro together for this.

If you do not get any help on this thread, perhaps you could re-post
in the .programming group.

Pete

On Oct 23, 4:21 pm, susan wrote:
can you or anyone help with the macro? thanks!!!



"Pete_UK" wrote:
In the example your 3 starting rows become 10 rows. So, if you have 52,000
of them you are likely to end up needing another sheet (or more) to
accommodate the extra rows produced.


Consequently you will need a macro solution, as a formula could not
automatically insert new sheets. You will need to advise on how you want to
treat the excess rows.


Pete


"susan" wrote in message
...
Original data looks like this in Columns:


Name Dept. Location Ext.
XXX 101,102,103,104 111 7777
YYY 106,107,108 222 8888
ZZZ 210,220,230 333 9999


I want the data to look like this:


Name Dept. Location Ext.
XXX 101 111 7777
XXX 102 111 7777
XXX 103 111 7777
XXX 104 111 7777
YYY 106 222 8888
YYY 107 222 8888
YYY 108 222 8888
ZZZ 210 333 9999
ZZZ 220 333 9999
ZZZ 230 333 9999


I used the "Text to Columns" function to separate the "Dept" into multiple
columns. I want to transpose the "Dept" column to rows following the
original row, then copy the rest of the information from the original row
to
the transposed rows. Is this possible?


I have 2 excel tabs with 52,000 records in each right now so I can't
imagine
doing this manually. I am using Excel 2003.


Please HELP!!!!
Thanks!- Hide quoted text -


- Show quoted text -



  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,180
Default Transpose and Fill?

Here is a semi-automatic way with
Excel 2007 and Reverse Pivot Table.
Excel 2007 has enough space.
One easy formula and no code.
Step by step instructions:
http://www.savefile.com/files/1855120
  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,180
Default Transpose and Fill?

Automatiker.
Excel 2007 with macro:
http://www.savefile.com/files/1857449
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
How can I transpose reference cells by Auto-fill? CKK Excel Discussion (Misc queries) 4 April 21st 23 06:07 PM
Fill in form to type Item descrictions and costs and fill in funct cradino Excel Worksheet Functions 0 July 16th 06 08:44 PM
I WANT TO TRANSPOSE LINKS, AS WE TRANSPOSE VALUES Umair Aslam Excel Worksheet Functions 1 September 22nd 05 01:19 PM
I have a list of data, fill in the gaps. FILL function won't work Triv Excel Discussion (Misc queries) 1 September 17th 05 02:33 PM
The fill feature in Excel that gives option to fill or copy KAHelman New Users to Excel 1 July 29th 05 07:47 PM


All times are GMT +1. The time now is 04:38 PM.

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"