HockeyDiablo
Board Regular
- Joined
- Apr 1, 2016
- Messages
- 182
Say you had the following data in "A1";
12-24-16 was Christmas, 03-15-16 was another day 07-13-16 people didn't always use commas; 09-27-16 or whatever type well.
Could you get the data extracted like this?:
[TABLE="class: grid, width: 600, align: center"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[/TR]
[TR]
[TD="align: center"]data thats above[/TD]
[TD="align: center"]12-24-16[/TD]
[TD="align: center"]03-15-16[/TD]
[TD="align: center"]07-13-16[/TD]
[TD="align: center"]09-27-16[/TD]
[TD="align: center"]open for more occurrences?[/TD]
[/TR]
</tbody>[/TABLE]
12-24-16 was Christmas, 03-15-16 was another day 07-13-16 people didn't always use commas; 09-27-16 or whatever type well.
Could you get the data extracted like this?:
[TABLE="class: grid, width: 600, align: center"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[/TR]
[TR]
[TD="align: center"]data thats above[/TD]
[TD="align: center"]12-24-16[/TD]
[TD="align: center"]03-15-16[/TD]
[TD="align: center"]07-13-16[/TD]
[TD="align: center"]09-27-16[/TD]
[TD="align: center"]open for more occurrences?[/TD]
[/TR]
</tbody>[/TABLE]
Last edited: