Hello,
I am trying to get a list on a separate tab of two columns. I have the following:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Column B[/TD]
[TD]Column S[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1/4[/TD]
[TD]1@2[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]3/8[/TD]
[TD]2@4[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][TABLE="width: 121"]
<colgroup><col></colgroup><tbody>[TR]
[TD]1/4[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]2@4[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
And am trying to get add:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Column 1[/TD]
[TD]Column 2[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1/4[/TD]
[TD]1@2 AND 2@4[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]3/8[/TD]
[TD]2@4[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Any Idea How i can do that? I have tried v-lookup and that doesn't work.
Thank You
I am trying to get a list on a separate tab of two columns. I have the following:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Column B[/TD]
[TD]Column S[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1/4[/TD]
[TD]1@2[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]3/8[/TD]
[TD]2@4[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][TABLE="width: 121"]
<colgroup><col></colgroup><tbody>[TR]
[TD]1/4[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]2@4[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
And am trying to get add:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Column 1[/TD]
[TD]Column 2[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1/4[/TD]
[TD]1@2 AND 2@4[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]3/8[/TD]
[TD]2@4[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Any Idea How i can do that? I have tried v-lookup and that doesn't work.
Thank You