Delete Rows

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I delete several rows that don't have the word total. I want to keep
the rows with word total in column A.
Thanks
 
Easiest would be to sort and delete or data>filter>autofilter>delete or a
looping macro
 
Try autofilter? Custom/ does not equal/ Total, then Delete row, should
leave the ones with Total.
Save the existing file first though, just to be on the safe side.
 
Back
Top