Filtering with keyword

C

c_robertson

We have columns with 50+ items that are unique. Filtering from using a
pulldown isn't desired. We need a keyword search. Is this possible?
Similar to some sites that reduce results depending upon the keyword entered.

example-
Keyword: [ Carpet ]
Carpet and Tile
Carpet and VCT
Wall mount Carpet

Thanks for your help.
 
M

MyVeryOwnSelf

We have columns with 50+ items that are unique. Filtering from using a
pulldown isn't desired. We need a keyword search. Is this possible?
Similar to some sites that reduce results depending upon the keyword
entered.

example-
Keyword: [ Carpet ]
Carpet and Tile
Carpet and VCT
Wall mount Carpet

Here's one way using Excel 2003.

If the data is in columns B onward, with the item names in column B, and
with row 1 as a title row, put this in A2
=ISNUMBER(SEARCH(A$1,B2))
and copy down as far as needed.

Then select column A and use
Data > Filter > AutoFilter

The search term is typed into A1.

Choosing TRUE in the A1 pull-down list filters the data.
 
C

c_robertson

That works great once. Am I don't something wrong? When I change the search
word, the autofilter doesn't update the column.
Do I have to kep selecting the filter to update or can I get it to update
the display when I change the keyword?

MyVeryOwnSelf said:
We have columns with 50+ items that are unique. Filtering from using a
pulldown isn't desired. We need a keyword search. Is this possible?
Similar to some sites that reduce results depending upon the keyword
entered.

example-
Keyword: [ Carpet ]
Carpet and Tile
Carpet and VCT
Wall mount Carpet

Here's one way using Excel 2003.

If the data is in columns B onward, with the item names in column B, and
with row 1 as a title row, put this in A2
=ISNUMBER(SEARCH(A$1,B2))
and copy down as far as needed.

Then select column A and use
Data > Filter > AutoFilter

The search term is typed into A1.

Choosing TRUE in the A1 pull-down list filters the data.
 

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

Top