Hi there,could some one please help me?i need to find all the blanks in one column and copy the adjacent cell onto a new sheet (sheet1)my table looks like this
[TABLE="width: 500"]
<tbody>[TR]
[TD]tracking no
[/TD]
[TD]filled date
[/TD]
[/TR]
[TR]
[TD]1234
[/TD]
[TD]1/1/20
[/TD]
[/TR]
[TR]
[TD]1235
[/TD]
[TD]1/2/20
[/TD]
[/TR]
[TR]
[TD]1236
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1237
[/TD]
[TD]2/2/20
[/TD]
[/TR]
[TR]
[TD]1238
[/TD]
[TD]2/3/20
[/TD]
[/TR]
[TR]
[TD]1239
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
on separate sheet (sheet2) i would like to get a list of all the unfilled tracking numbers outputted like:
[TABLE="width: 500"]
<tbody>[TR]
[TD]tracking
[/TD]
[/TR]
[TR]
[TD]1236
[/TD]
[/TR]
[TR]
[TD]1239
[/TD]
[/TR]
</tbody>[/TABLE]
thanks for any help you can provide
[TABLE="width: 500"]
<tbody>[TR]
[TD]tracking no
[/TD]
[TD]filled date
[/TD]
[/TR]
[TR]
[TD]1234
[/TD]
[TD]1/1/20
[/TD]
[/TR]
[TR]
[TD]1235
[/TD]
[TD]1/2/20
[/TD]
[/TR]
[TR]
[TD]1236
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1237
[/TD]
[TD]2/2/20
[/TD]
[/TR]
[TR]
[TD]1238
[/TD]
[TD]2/3/20
[/TD]
[/TR]
[TR]
[TD]1239
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
on separate sheet (sheet2) i would like to get a list of all the unfilled tracking numbers outputted like:
[TABLE="width: 500"]
<tbody>[TR]
[TD]tracking
[/TD]
[/TR]
[TR]
[TD]1236
[/TD]
[/TR]
[TR]
[TD]1239
[/TD]
[/TR]
</tbody>[/TABLE]
thanks for any help you can provide
Last edited: