Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Cam Cam is offline
external usenet poster
 
Posts: 165
Default Help with transpose?

Hello,

I have an Excel spreadsheet with the following columns:

No. Date Model Part#
01 5/1 100 0120 0150 0156 0255 0325 0352
02 5/5 200 0170 1150 0956 0265 1325 2352
03.............

What can I do (maybe macro) to put in another sheet in the following format?
Part# Model No.
0120 100 01
0150 100 01
0156 100 01
0255 100 01
0325 100 01
0352 100 01
0170 200 02
1150 200 02
0956 200 02
0265 200 02
1325 200 02
2352 200 02

Thanks

  #2   Report Post  
Posted to microsoft.public.excel.programming
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Help with transpose?

Assuming source table as posted in cols A to I,
data from row2 down, with 6 cols of Part#
In K2:
=OFFSET($D$2,INT((ROWS($1:1)-1)/6),MOD(ROWS($1:1)-1,6))
In L2:
=OFFSET($C$2,INT((ROWS($1:1)-1)/6),)
In M2:
=OFFSET($A$2,INT((ROWS($1:1)-1)/6),)
Select K2:M2, copy down until zeros appear, signalling exhaustion of data
extract
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Cam" wrote:
I have an Excel spreadsheet with the following columns:

No. Date Model Part#
01 5/1 100 0120 0150 0156 0255 0325 0352
02 5/5 200 0170 1150 0956 0265 1325 2352
03.............

What can I do (maybe macro) to put in another sheet in the following format?
Part# Model No.
0120 100 01
0150 100 01
0156 100 01
0255 100 01
0325 100 01
0352 100 01
0170 200 02
1150 200 02
0956 200 02
0265 200 02
1325 200 02
2352 200 02

Thanks

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
Transpose Niklas Nilsson Excel Worksheet Functions 2 September 20th 09 01:18 AM
Transpose from Col to row Smiley Excel Worksheet Functions 4 January 15th 07 05:00 PM
Transpose a .csv Chris Excel Programming 4 May 9th 06 08:18 AM
Want to Transpose PaulW Excel Discussion (Misc queries) 3 March 10th 06 01:07 PM
I WANT TO TRANSPOSE LINKS, AS WE TRANSPOSE VALUES Umair Aslam Excel Worksheet Functions 1 September 22nd 05 01:19 PM


All times are GMT +1. The time now is 06:35 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"