Delete rows with true or false

D

Diana

Hi,

I want to delete all the rows that contain the word true or false. How
can I do this?

Thanks
 
J

Jordon

Diana said:
Hi,

I want to delete all the rows that contain the word true or false. How
can I do this?

Can you sort on the column containing true or false, then
select all the rows in one group and delete them? Or does
it need to be automatic?
 
D

Dave Peterson

If the data is in one column, you could apply data|filter|autofilter (in xl2003
menus) to that column.

Show the rows that contain either True or False and delete the visible rows.
Then remove the autofilter.
 
Top