Excel - Split rows into columns

Hi guys

Trying to do the following with some data.

I currently have the data listed in rows like the below image...

2ci8lug.jpg


I want to split it into columns by the stock code as shown below...

r1x551.jpg


Any ideas?

Cheers :)
 

DataExpert

Free Member
Sep 24, 2010
1
0
Hello,

Assuming that your 2 snapshots are on the same worksheet, copy the following formula into cell F2, and drag both down and accross. Should give you what you are looking for as long as your data is in the same format...

=OFFSET($C$2,(ROW()-2)*5+COLUMN()-6,0)

Give me a shout if you don't get what you were expecting.

Cheers

Ben
 
Upvote 0

Latest Articles