Transpose a repeating grouping of rows to colums

Discuss the spreadsheet application
Post Reply
KCraig
Posts: 1
Joined: Mon Mar 11, 2013 7:20 pm

Transpose a repeating grouping of rows to colums

Post by KCraig »

Hi all :

I dug through several of the questions archived here, but couldn't find this situation.

Hope this is an easy one.

I've got a series of rows, which all have the same number of entries.

For example,

Name: Data Name
Rank: Data Rank
Serial Num: Data Serial


Each grouping has an empty row between them.

Is there a way to transpose this table so it's oriented in columns?

For example:

Name ; Rank ; Serial Num
Data Name ; Data Rank ; Data Serial



Thanks all.

Kcraig
OpenOffice 3.3.0 on Windows 7
coray80
Volunteer
Posts: 357
Joined: Thu Mar 01, 2012 6:41 am

Re: Transpose a repeating grouping of rows to colums

Post by coray80 »

Code: Select all

=INDEX($A$1:$A$16;((ROW(A1)-1)*4)+COLUMN(A1);0)
dragged across 4 columns and down as far as neccessary
Attachments
KCraig.ods
(8.84 KiB) Downloaded 115 times
OpenOffice 4.1.2 on Windows 7
If your question has been answered please add [solved] to the title by using the edit button at your first post
Post Reply