Hi Guys
I have data in two columns and would like to delete data in the second column which has the letter 'N' in it, using the auto filter.
The amount of rows will vary.
In the example below, there are only 5 rows and I would like to delete rows 3 and 4, as they're the rows with the letter 'N'.
Does anyone know how to do this?
TIA
[TABLE="width: 128"]
<colgroup><col width="64" span="2" style="width:48pt"> </colgroup><tbody>[TR]
[TD="class: xl65, width: 64"]Number[/TD]
[TD="class: xl65, width: 64"]Letter[/TD]
[/TR]
[TR]
[TD="class: xl65"]1[/TD]
[TD="class: xl65"]Y[/TD]
[/TR]
[TR]
[TD="class: xl65"]2[/TD]
[TD="class: xl65"]N[/TD]
[/TR]
[TR]
[TD="class: xl65"]3[/TD]
[TD="class: xl65"]N[/TD]
[/TR]
[TR]
[TD="class: xl65"]4[/TD]
[TD="class: xl65"]Y[/TD]
[/TR]
</tbody>[/TABLE]
I have data in two columns and would like to delete data in the second column which has the letter 'N' in it, using the auto filter.
The amount of rows will vary.
In the example below, there are only 5 rows and I would like to delete rows 3 and 4, as they're the rows with the letter 'N'.
Does anyone know how to do this?
TIA
[TABLE="width: 128"]
<colgroup><col width="64" span="2" style="width:48pt"> </colgroup><tbody>[TR]
[TD="class: xl65, width: 64"]Number[/TD]
[TD="class: xl65, width: 64"]Letter[/TD]
[/TR]
[TR]
[TD="class: xl65"]1[/TD]
[TD="class: xl65"]Y[/TD]
[/TR]
[TR]
[TD="class: xl65"]2[/TD]
[TD="class: xl65"]N[/TD]
[/TR]
[TR]
[TD="class: xl65"]3[/TD]
[TD="class: xl65"]N[/TD]
[/TR]
[TR]
[TD="class: xl65"]4[/TD]
[TD="class: xl65"]Y[/TD]
[/TR]
</tbody>[/TABLE]