Hi,
I've a serie of data with this configuration:
Column A
STREET NAME
000000-U-0000
000000-U-0000
000000-U-0000
<empty cell>
OTHER STREET NAME
000000-U-0000
000000-U-0000
<empty cell>
AVENUE NAME
000000-U-0000
000000-U-0000
000000-U-0000
000000-U-0000
000000-U-0000
Is it possible to transpose the data under the "street name" to the Columns B, C, D (and so on)?
[TABLE="width: 800"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[/TR]
[TR]
[TD]STREET NAME[/TD]
[TD]000000-U-0000[/TD]
[TD]000000-U-0000[/TD]
[TD]000000-U-0000[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]OTHER STREET NAME[/TD]
[TD]000000-U-0000[/TD]
[TD]000000-U-0000[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AVENUE NAME[/TD]
[TD]000000-U-0000[/TD]
[TD]000000-U-0000[/TD]
[TD]000000-U-0000[/TD]
[TD]000000-U-0000[/TD]
[TD]000000-U-0000[/TD]
[/TR]
</tbody>[/TABLE]
Regards.
I've a serie of data with this configuration:
Column A
STREET NAME
000000-U-0000
000000-U-0000
000000-U-0000
<empty cell>
OTHER STREET NAME
000000-U-0000
000000-U-0000
<empty cell>
AVENUE NAME
000000-U-0000
000000-U-0000
000000-U-0000
000000-U-0000
000000-U-0000
Is it possible to transpose the data under the "street name" to the Columns B, C, D (and so on)?
[TABLE="width: 800"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[/TR]
[TR]
[TD]STREET NAME[/TD]
[TD]000000-U-0000[/TD]
[TD]000000-U-0000[/TD]
[TD]000000-U-0000[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]OTHER STREET NAME[/TD]
[TD]000000-U-0000[/TD]
[TD]000000-U-0000[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AVENUE NAME[/TD]
[TD]000000-U-0000[/TD]
[TD]000000-U-0000[/TD]
[TD]000000-U-0000[/TD]
[TD]000000-U-0000[/TD]
[TD]000000-U-0000[/TD]
[/TR]
</tbody>[/TABLE]
Regards.