Hi All,
I have a data table like this:
<tbody>
A
B
C
D
1
T
0
1
1
2
G
1
0
0
</tbody>
After using formula or macro, it should look like this:
<tbody>
A
B
C
D
1
T
T
1
1
2
G
1
G
G
</tbody>
All 0's has been replaced by the text in the cell from Column A in that row.
Have no idea how...