Transpose Data.....I think

brandon16

Board Regular
Joined
Sep 29, 2014
Messages
133
Hi Guy's

Any idea how to I turn my data output from this....

201309201310201311201312201401
A130001826615300725025050
B015568.9904150001690047040
C0008750126082.4

<colgroup><col><col><col><col span="3"></colgroup><tbody>
</tbody>


to this very quickly please?

A20130913000
B2013090
C2013090
A20131018266
B20131015569
C2013100
A20131115300
B20131115000
C2013110
A2013127250
B20131216900
C2013128750
A20140125050
B20140147040
C201401126082

<colgroup><col><col><col></colgroup><tbody>
</tbody>

At the moment I am having to do it manually and I have a lot of data, I am hoping there is a quick win.

Thanks
 
Hi Rick,

I can get the date to work using the 2nd formula but the 3rd forumla for the value doesn't.

I am starting this cell E2 and the variable ABC (dummy data) which is 33 rows with 92 columns. What parts of the forumula do I need to change please?

=INDEX($F$2:$ZZ$2,MOD(ROWS($1:1)-1,3)+1,INT((ROWS($1:1)-1)/34)+1)
 
Upvote 0

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
I am starting this cell E2 and the variable ABC (dummy data) which is 33 rows with 92 columns.

brandon16,

So that we can get it right on the next try, can we see your actual raw data workbook/worksheet(s), and, can we see what the results (manually formatted by you) should look like?


You can post your workbook/worksheets to the following free site (sensitive data changed), mark the workbook for sharing, and, provide us with a link to your workbook:

https://dropbox.com
 
Upvote 0

Forum statistics

Threads
1,214,590
Messages
6,120,423
Members
448,961
Latest member
nzskater

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top