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
Transpose a repeating grouping of rows to colums
Transpose a repeating grouping of rows to colums
OpenOffice 3.3.0 on Windows 7
Re: Transpose a repeating grouping of rows to colums
Code: Select all
=INDEX($A$1:$A$16;((ROW(A1)-1)*4)+COLUMN(A1);0)- 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
If your question has been answered please add [solved] to the title by using the edit button at your first post