PeterB1988
New Member
- Joined
- Jun 26, 2015
- Messages
- 5
Hi,
I have a list of data in sheet1. Column A contains cells which all contain text. They are capital letters apart from the right hand value which is lower case letter ("a", "b", "c", "d" or "e") e.g "TELEVISION.a", "TELEVISION.b" and so on until "TELEVISION.e". The item varies and the length of the string varies in length. the right hand letter is always lowercase.
What I am trying to do is line up corresponding items running left to right on one worksheet. The issue is that there may be multiple "TELEVISION.b" but only one "TELEVISION.a" so that would have to have an empty line.
Below I have shown the list and the result or what I am looking for.
[TABLE="width: 78"]
<tbody>[TR]
[TD]Item List
[/TD]
[/TR]
[TR]
[TD]TELEVISION.a
[/TD]
[/TR]
[TR]
[TD]TELEVISION.a
[/TD]
[/TR]
[TR]
[TD]TELEVISION.a
[/TD]
[/TR]
[TR]
[TD]LAPTOP.a
[/TD]
[/TR]
[TR]
[TD]LAPTOP.b
[/TD]
[/TR]
[TR]
[TD]LAPTOP.b
[/TD]
[/TR]
[TR]
[TD]LAPTOP.e
[/TD]
[/TR]
</tbody>[/TABLE]
End Result
[TABLE="width: 334"]
<tbody>[TR]
[TD="align: center"]"a"
[/TD]
[TD="align: center"]"b"
[/TD]
[TD="align: center"]"c"
[/TD]
[TD="align: center"]"d"
[/TD]
[TD="align: center"]"e"
[/TD]
[/TR]
[TR]
[TD="align: center"]TELEVISION.a
[/TD]
[TD="align: center"]n/a
[/TD]
[TD="align: center"]n/a
[/TD]
[TD="align: center"]n/a
[/TD]
[TD="align: center"]n/a
[/TD]
[/TR]
[TR]
[TD="align: center"]TELEVISION.a
[/TD]
[TD="align: center"]n/a
[/TD]
[TD="align: center"]n/a
[/TD]
[TD="align: center"]n/a
[/TD]
[TD="align: center"]n/a
[/TD]
[/TR]
[TR]
[TD="align: center"]TELEVISION.a
[/TD]
[TD="align: center"]n/a
[/TD]
[TD="align: center"]n/a
[/TD]
[TD="align: center"]n/a
[/TD]
[TD="align: center"]n/a
[/TD]
[/TR]
[TR]
[TD="align: center"]LAPTOP.a
[/TD]
[TD="align: center"]LAPTOP.b
[/TD]
[TD="align: center"]n/a
[/TD]
[TD="align: center"]n/a
[/TD]
[TD="align: center"]LAPTOP.e
[/TD]
[/TR]
[TR]
[TD="align: center"]n/a
[/TD]
[TD="align: center"]LAPTOP.b
[/TD]
[TD="align: center"]n/a
[/TD]
[TD="align: center"]n/a
[/TD]
[TD="align: center"]n/a
[/TD]
[/TR]
</tbody>[/TABLE]
If anybody can help me out I would really appreciate it.
Thanks
I have a list of data in sheet1. Column A contains cells which all contain text. They are capital letters apart from the right hand value which is lower case letter ("a", "b", "c", "d" or "e") e.g "TELEVISION.a", "TELEVISION.b" and so on until "TELEVISION.e". The item varies and the length of the string varies in length. the right hand letter is always lowercase.
What I am trying to do is line up corresponding items running left to right on one worksheet. The issue is that there may be multiple "TELEVISION.b" but only one "TELEVISION.a" so that would have to have an empty line.
Below I have shown the list and the result or what I am looking for.
[TABLE="width: 78"]
<tbody>[TR]
[TD]Item List
[/TD]
[/TR]
[TR]
[TD]TELEVISION.a
[/TD]
[/TR]
[TR]
[TD]TELEVISION.a
[/TD]
[/TR]
[TR]
[TD]TELEVISION.a
[/TD]
[/TR]
[TR]
[TD]LAPTOP.a
[/TD]
[/TR]
[TR]
[TD]LAPTOP.b
[/TD]
[/TR]
[TR]
[TD]LAPTOP.b
[/TD]
[/TR]
[TR]
[TD]LAPTOP.e
[/TD]
[/TR]
</tbody>[/TABLE]
End Result
[TABLE="width: 334"]
<tbody>[TR]
[TD="align: center"]"a"
[/TD]
[TD="align: center"]"b"
[/TD]
[TD="align: center"]"c"
[/TD]
[TD="align: center"]"d"
[/TD]
[TD="align: center"]"e"
[/TD]
[/TR]
[TR]
[TD="align: center"]TELEVISION.a
[/TD]
[TD="align: center"]n/a
[/TD]
[TD="align: center"]n/a
[/TD]
[TD="align: center"]n/a
[/TD]
[TD="align: center"]n/a
[/TD]
[/TR]
[TR]
[TD="align: center"]TELEVISION.a
[/TD]
[TD="align: center"]n/a
[/TD]
[TD="align: center"]n/a
[/TD]
[TD="align: center"]n/a
[/TD]
[TD="align: center"]n/a
[/TD]
[/TR]
[TR]
[TD="align: center"]TELEVISION.a
[/TD]
[TD="align: center"]n/a
[/TD]
[TD="align: center"]n/a
[/TD]
[TD="align: center"]n/a
[/TD]
[TD="align: center"]n/a
[/TD]
[/TR]
[TR]
[TD="align: center"]LAPTOP.a
[/TD]
[TD="align: center"]LAPTOP.b
[/TD]
[TD="align: center"]n/a
[/TD]
[TD="align: center"]n/a
[/TD]
[TD="align: center"]LAPTOP.e
[/TD]
[/TR]
[TR]
[TD="align: center"]n/a
[/TD]
[TD="align: center"]LAPTOP.b
[/TD]
[TD="align: center"]n/a
[/TD]
[TD="align: center"]n/a
[/TD]
[TD="align: center"]n/a
[/TD]
[/TR]
</tbody>[/TABLE]
If anybody can help me out I would really appreciate it.
Thanks