FastThomas
New Member
- Joined
- Jan 18, 2017
- Messages
- 2
Hi All,
I have a data table like this:
[TABLE="width: 100"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]T[/TD]
[TD]0[/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]G[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
</tbody>[/TABLE]
After using formula or macro, it should look like this:
[TABLE="width: 100"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]T[/TD]
[TD]T[/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]G[/TD]
[TD]1[/TD]
[TD]G[/TD]
[TD]G[/TD]
[/TR]
</tbody>[/TABLE]
All 0's has been replaced by the text in the cell from Column A in that row.
Have no idea how to do this. The real data has about 1/4 million rows and 1,000 columns.
Thanks a lot for your help.
FastThomas
I have a data table like this:
[TABLE="width: 100"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]T[/TD]
[TD]0[/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]G[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
</tbody>[/TABLE]
After using formula or macro, it should look like this:
[TABLE="width: 100"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]T[/TD]
[TD]T[/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]G[/TD]
[TD]1[/TD]
[TD]G[/TD]
[TD]G[/TD]
[/TR]
</tbody>[/TABLE]
All 0's has been replaced by the text in the cell from Column A in that row.
Have no idea how to do this. The real data has about 1/4 million rows and 1,000 columns.
Thanks a lot for your help.
FastThomas