Delete rows with true or false

  • Thread starter Thread starter Diana
  • Start date Start date
D

Diana

Hi,

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

Thanks
 
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?
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top