View Single Post
 
Old 11-27-2012, 02:12 PM
gretchen gretchen is offline Windows 7 64bit Office 2007
Novice
 
Join Date: Nov 2012
Posts: 2
gretchen is on a distinguished road
Default Transpose Issue (need custom increment on auto fill down)

Hi there,

I got a tricky (at least for me) transpose issue to solve. I hope the attached screenshot explains it sufficiently. But here in words as well:

I got a huge table with hundreds of drill core records (rows) and 30 data for each record (columns). To prepare these data for importing them into a special geo software, I need to transpose these data. The weird geo software requires, that 12 of the 30 data are listed in just one column, with just the core name in a parallel column. In other words: After a successful transpose, 12 selected data of core 1 would be followed by the same 12 selected data of core 2, etc.

I know what transpose can do, I also know arrays. But what I can't solve is, that on auto-fill down, the formula jumps 12 rows of course, since the second array cycle starts 12 rows beneath the first. And it should just increment by 1, since the second record is just 1 row beneath the first (my example screenshot shows this with just 3 rows, but I guess you see what I'm talking about).

I experiemented with OFFSET, ROW(), ADDRESS etc. and I'm sure the solution lies there somewhere. I just can't find it, sorry. Anyone can help?

Thanks a lot,
g

excel_transpose issue2.jpg

Reply With Quote