HeyItsDizzy
New Member
- Joined
- Apr 11, 2018
- Messages
- 20
Hey Guys Just after some heap been rcking my brain for days!
My Table/Range has been pupulated this way;
[TABLE="width: 626"]
<tbody>[TR]
[TD][TABLE="width: 500"]
<tbody>[TR]
[TD]Window Support Channel
[/TD]
[TD]1/1800, 1/1200, 3/600,
[/TD]
[/TR]
[TR]
[TD]Window Support Channel
[/TD]
[TD]4/1800, 2/1200, 4/900,
[/TD]
[/TR]
[TR]
[TD]Window Support Channel
[/TD]
[TD]1/1800, 1/1200, 3/600,
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
I am trying to create another table, where I can read this Range and pupulate it this way;
[TABLE="width: 500"]
<tbody>[TR]
[TD]Window Support Channel[/TD]
[TD]1/1800, 1/1200, 3/600, 4/1800, 2/1200, 4/900, 1/1800, 1/1200, 3/600,[/TD]
[/TR]
</tbody>[/TABLE]
And since I made that, I have also noticed noticed Duplicates, therfore is it also possible to take it further and make my table read this way;
[TABLE="width: 500"]
<tbody>[TR]
[TD]Window Support Channel[/TD]
[TD]6/1800, 4/1200, 6/600, 4/900[/TD]
[/TR]
</tbody>[/TABLE]
Note: the "1800,1200,900,600" can be any length I have just used these sizes as reference
Thanks in Advance
My Table/Range has been pupulated this way;
[TABLE="width: 626"]
<tbody>[TR]
[TD][TABLE="width: 500"]
<tbody>[TR]
[TD]Window Support Channel
[/TD]
[TD]1/1800, 1/1200, 3/600,
[/TD]
[/TR]
[TR]
[TD]Window Support Channel
[/TD]
[TD]4/1800, 2/1200, 4/900,
[/TD]
[/TR]
[TR]
[TD]Window Support Channel
[/TD]
[TD]1/1800, 1/1200, 3/600,
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
I am trying to create another table, where I can read this Range and pupulate it this way;
[TABLE="width: 500"]
<tbody>[TR]
[TD]Window Support Channel[/TD]
[TD]1/1800, 1/1200, 3/600, 4/1800, 2/1200, 4/900, 1/1800, 1/1200, 3/600,[/TD]
[/TR]
</tbody>[/TABLE]
And since I made that, I have also noticed noticed Duplicates, therfore is it also possible to take it further and make my table read this way;
[TABLE="width: 500"]
<tbody>[TR]
[TD]Window Support Channel[/TD]
[TD]6/1800, 4/1200, 6/600, 4/900[/TD]
[/TR]
</tbody>[/TABLE]
Note: the "1800,1200,900,600" can be any length I have just used these sizes as reference
Thanks in Advance