Ive been working on trying to do this for 4 days and I still can't do it. gone through every tutorial everywhere.
Trying to do this
List 1
[TABLE="width: 500"]
<tbody>[TR]
[TD]Column A[/TD]
[TD]Column B[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]ID258[/TD]
[/TR]
[TR]
[TD]Peter[/TD]
[TD]ID236[/TD]
[/TR]
</tbody>[/TABLE]
List 2
[TABLE="width: 500"]
<tbody>[TR]
[TD]Column A[/TD]
[TD]ColumnB[/TD]
[/TR]
[TR]
[TD]John [/TD]
[TD]Carrots[/TD]
[/TR]
[TR]
[TD]Peter[/TD]
[TD]Apples[/TD]
[/TR]
</tbody>[/TABLE]
To this
[TABLE="width: 500"]
<tbody>[TR]
[TD]Column A[/TD]
[TD]Column B[/TD]
[TD]Column c[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]ID 258[/TD]
[TD]Carrots[/TD]
[/TR]
[TR]
[TD]Peter[/TD]
[TD]ID 236[/TD]
[TD]Apples[/TD]
[/TR]
</tbody>[/TABLE]
This is VERY simplistic example which is good.
List 1 is 1500 names and IDs
List 2 is 375 with vegetables and fruits and sometimes both.
I have 1500 names in no specific order so its not as simple as sort in alphabetical order and they will all be opposite each other.
Any help apprreciated
Sprackers
Trying to do this
List 1
[TABLE="width: 500"]
<tbody>[TR]
[TD]Column A[/TD]
[TD]Column B[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]ID258[/TD]
[/TR]
[TR]
[TD]Peter[/TD]
[TD]ID236[/TD]
[/TR]
</tbody>[/TABLE]
List 2
[TABLE="width: 500"]
<tbody>[TR]
[TD]Column A[/TD]
[TD]ColumnB[/TD]
[/TR]
[TR]
[TD]John [/TD]
[TD]Carrots[/TD]
[/TR]
[TR]
[TD]Peter[/TD]
[TD]Apples[/TD]
[/TR]
</tbody>[/TABLE]
To this
[TABLE="width: 500"]
<tbody>[TR]
[TD]Column A[/TD]
[TD]Column B[/TD]
[TD]Column c[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]ID 258[/TD]
[TD]Carrots[/TD]
[/TR]
[TR]
[TD]Peter[/TD]
[TD]ID 236[/TD]
[TD]Apples[/TD]
[/TR]
</tbody>[/TABLE]
This is VERY simplistic example which is good.
List 1 is 1500 names and IDs
List 2 is 375 with vegetables and fruits and sometimes both.
I have 1500 names in no specific order so its not as simple as sort in alphabetical order and they will all be opposite each other.
Any help apprreciated
Sprackers