Deleting Rows With Criteria

  • Thread starter Thread starter Bob Beard
  • Start date Start date
B

Bob Beard

Hi there,

I have data in columns A to BS [numeric and words]

I want to delete all rows that do not contain the word
Stoke from column K.

The word Stoke may be on it's own or in a sentence [of no
more than 5 words].

Any suggestions,

Thanks,

Bob
 
I'd suggest using Data, Filter, Advanced Filter to create a new list of just
the stoke rows. In the Criteria box point to a range off somewhere (that
you create) that has the same header label as column K and in the cell below
this: *stoke*

--
Jim Rech
Excel MVP
| Hi there,
|
| I have data in columns A to BS [numeric and words]
|
| I want to delete all rows that do not contain the word
| Stoke from column K.
|
| The word Stoke may be on it's own or in a sentence [of no
| more than 5 words].
|
| Any suggestions,
|
| Thanks,
|
| Bob
 

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

Similar Threads

count 4
SELECT ALL ROWS IF FIND 2
select row if find word 2
Word VBA for deleting Selected Row 0
Counting and deleting 7
Deleting rows meeting certain criteria in a particular column 1
Text to columns 2
count 2

Back
Top