jwalkerack
Board Regular
- Joined
- Jun 19, 2013
- Messages
- 81
Hi there ,
what i would like to do is use a function that is similar to the Text to columns , but instead do Text to rows.
So for example my table would start off being like this
[TABLE="width: 389"]
<COLGROUP><COL style="WIDTH: 142pt; mso-width-source: userset; mso-width-alt: 6912" width=189><COL style="WIDTH: 134pt; mso-width-source: userset; mso-width-alt: 6546" width=179><COL style="WIDTH: 113pt; mso-width-source: userset; mso-width-alt: 5522" width=151><TBODY>[TR]
[TD="class: xl65, width: 189, bgcolor: #dce6f1"]Player [/TD]
[TD="class: xl65, width: 179, bgcolor: #dce6f1"]Team [/TD]
[TD="class: xl65, width: 151, bgcolor: #dce6f1"]Country [/TD]
[/TR]
[TR]
[TD="class: xl66, bgcolor: #ddd9c4"]Henry & Wright & Dixon [/TD]
[TD="class: xl67, bgcolor: #ebf1de"]Arsenal [/TD]
[TD="class: xl68, bgcolor: #fde9d9"]England [/TD]
[/TR]
[TR]
[TD="class: xl66, bgcolor: #ddd9c4"]Rooney & Di Maria [/TD]
[TD="class: xl67, bgcolor: #ebf1de"]Manchester United [/TD]
[TD="class: xl68, bgcolor: #fde9d9"]England [/TD]
[/TR]
[TR]
[TD="class: xl66, bgcolor: #ddd9c4"]Messi & Xavi[/TD]
[TD="class: xl67, bgcolor: #ebf1de"]Barcelona [/TD]
[TD="class: xl68, bgcolor: #fde9d9"]Spain [/TD]
[/TR]
</TBODY>[/TABLE]
I would like to do a text to rows on column A
So the end output would be like this
[TABLE="width: 291"]
<COLGROUP><COL style="WIDTH: 115pt; mso-width-source: userset; mso-width-alt: 5595" width=153><COL style="WIDTH: 108pt; mso-width-source: userset; mso-width-alt: 5266" width=144><COL style="WIDTH: 68pt; mso-width-source: userset; mso-width-alt: 3328" width=91><TBODY>[TR]
[TD="class: xl65, width: 153, bgcolor: #dce6f1"]Player [/TD]
[TD="class: xl65, width: 144, bgcolor: #dce6f1"]Team[/TD]
[TD="class: xl65, width: 91, bgcolor: #dce6f1"]Country [/TD]
[/TR]
[TR]
[TD="class: xl66, bgcolor: #ddd9c4"]Henry[/TD]
[TD="class: xl67, bgcolor: #ebf1de"]Arsenal [/TD]
[TD="class: xl68, bgcolor: #fde9d9"]England [/TD]
[/TR]
[TR]
[TD="class: xl66, bgcolor: #ddd9c4"]Wright[/TD]
[TD="class: xl67, bgcolor: #ebf1de"]Arsenal [/TD]
[TD="class: xl68, bgcolor: #fde9d9"]England [/TD]
[/TR]
[TR]
[TD="class: xl66, bgcolor: #ddd9c4"]Dixon[/TD]
[TD="class: xl67, bgcolor: #ebf1de"]Arsenal [/TD]
[TD="class: xl68, bgcolor: #fde9d9"]England [/TD]
[/TR]
[TR]
[TD="class: xl66, bgcolor: #ddd9c4"]Rooney[/TD]
[TD="class: xl67, bgcolor: #ebf1de"]Manchester United [/TD]
[TD="class: xl68, bgcolor: #fde9d9"]England [/TD]
[/TR]
[TR]
[TD="class: xl66, bgcolor: #ddd9c4"]DiMaria[/TD]
[TD="class: xl67, bgcolor: #ebf1de"]Manchester United [/TD]
[TD="class: xl68, bgcolor: #fde9d9"]England [/TD]
[/TR]
[TR]
[TD="class: xl66, bgcolor: #ddd9c4"]Messi[/TD]
[TD="class: xl67, bgcolor: #ebf1de"]Barcelona [/TD]
[TD="class: xl68, bgcolor: #fde9d9"]Spain [/TD]
[/TR]
[TR]
[TD="class: xl66, bgcolor: #ddd9c4"]Xavi[/TD]
[TD="class: xl67, bgcolor: #ebf1de"]Barcelona [/TD]
[TD="class: xl68, bgcolor: #fde9d9"]Spain [/TD]
[/TR]
</TBODY>[/TABLE]
Using the & to delimeter the rows. I have seen some code online but have not been able to get to work . Does any one have some ideas .
Thanks a lot
what i would like to do is use a function that is similar to the Text to columns , but instead do Text to rows.
So for example my table would start off being like this
[TABLE="width: 389"]
<COLGROUP><COL style="WIDTH: 142pt; mso-width-source: userset; mso-width-alt: 6912" width=189><COL style="WIDTH: 134pt; mso-width-source: userset; mso-width-alt: 6546" width=179><COL style="WIDTH: 113pt; mso-width-source: userset; mso-width-alt: 5522" width=151><TBODY>[TR]
[TD="class: xl65, width: 189, bgcolor: #dce6f1"]Player [/TD]
[TD="class: xl65, width: 179, bgcolor: #dce6f1"]Team [/TD]
[TD="class: xl65, width: 151, bgcolor: #dce6f1"]Country [/TD]
[/TR]
[TR]
[TD="class: xl66, bgcolor: #ddd9c4"]Henry & Wright & Dixon [/TD]
[TD="class: xl67, bgcolor: #ebf1de"]Arsenal [/TD]
[TD="class: xl68, bgcolor: #fde9d9"]England [/TD]
[/TR]
[TR]
[TD="class: xl66, bgcolor: #ddd9c4"]Rooney & Di Maria [/TD]
[TD="class: xl67, bgcolor: #ebf1de"]Manchester United [/TD]
[TD="class: xl68, bgcolor: #fde9d9"]England [/TD]
[/TR]
[TR]
[TD="class: xl66, bgcolor: #ddd9c4"]Messi & Xavi[/TD]
[TD="class: xl67, bgcolor: #ebf1de"]Barcelona [/TD]
[TD="class: xl68, bgcolor: #fde9d9"]Spain [/TD]
[/TR]
</TBODY>[/TABLE]
I would like to do a text to rows on column A
So the end output would be like this
[TABLE="width: 291"]
<COLGROUP><COL style="WIDTH: 115pt; mso-width-source: userset; mso-width-alt: 5595" width=153><COL style="WIDTH: 108pt; mso-width-source: userset; mso-width-alt: 5266" width=144><COL style="WIDTH: 68pt; mso-width-source: userset; mso-width-alt: 3328" width=91><TBODY>[TR]
[TD="class: xl65, width: 153, bgcolor: #dce6f1"]Player [/TD]
[TD="class: xl65, width: 144, bgcolor: #dce6f1"]Team[/TD]
[TD="class: xl65, width: 91, bgcolor: #dce6f1"]Country [/TD]
[/TR]
[TR]
[TD="class: xl66, bgcolor: #ddd9c4"]Henry[/TD]
[TD="class: xl67, bgcolor: #ebf1de"]Arsenal [/TD]
[TD="class: xl68, bgcolor: #fde9d9"]England [/TD]
[/TR]
[TR]
[TD="class: xl66, bgcolor: #ddd9c4"]Wright[/TD]
[TD="class: xl67, bgcolor: #ebf1de"]Arsenal [/TD]
[TD="class: xl68, bgcolor: #fde9d9"]England [/TD]
[/TR]
[TR]
[TD="class: xl66, bgcolor: #ddd9c4"]Dixon[/TD]
[TD="class: xl67, bgcolor: #ebf1de"]Arsenal [/TD]
[TD="class: xl68, bgcolor: #fde9d9"]England [/TD]
[/TR]
[TR]
[TD="class: xl66, bgcolor: #ddd9c4"]Rooney[/TD]
[TD="class: xl67, bgcolor: #ebf1de"]Manchester United [/TD]
[TD="class: xl68, bgcolor: #fde9d9"]England [/TD]
[/TR]
[TR]
[TD="class: xl66, bgcolor: #ddd9c4"]DiMaria[/TD]
[TD="class: xl67, bgcolor: #ebf1de"]Manchester United [/TD]
[TD="class: xl68, bgcolor: #fde9d9"]England [/TD]
[/TR]
[TR]
[TD="class: xl66, bgcolor: #ddd9c4"]Messi[/TD]
[TD="class: xl67, bgcolor: #ebf1de"]Barcelona [/TD]
[TD="class: xl68, bgcolor: #fde9d9"]Spain [/TD]
[/TR]
[TR]
[TD="class: xl66, bgcolor: #ddd9c4"]Xavi[/TD]
[TD="class: xl67, bgcolor: #ebf1de"]Barcelona [/TD]
[TD="class: xl68, bgcolor: #fde9d9"]Spain [/TD]
[/TR]
</TBODY>[/TABLE]
Using the & to delimeter the rows. I have seen some code online but have not been able to get to work . Does any one have some ideas .
Thanks a lot