Tool to filter keywords

Status
Not open for further replies.

Jon12345

New member
Sep 14, 2006
187
0
0
Brighton, UK
Are there any tools out there where I can paste in a list of keywords and then filter out any row that contains certain keywords?

e.g. you enter "car insurance" into the filter field and it will show any row of the keyword phrases containing the words "car" and "insurance".
 


Hi Jon

I might have gone off on the wrong tak a bit so feel free to flame, but I do this using Excel. Paste the list in and then seach for the keyword/phrase and select "options" and click "find all" Not sure if that helps?

Hmmm... thinking about it, you could always use an IF statement to sort through and highlight the cells you are after. Maybe someone here is good at nocking up VB code for Excell, cos I always do it the long way round.

Example:
=IF("car insurance";1;"")

Then I highlight all of the lines with 1 in them by hand.
 
I will be dealing with masses of amounts of keywords so I wanted something really quick. i.e. type keywords into a box, click filter and the displayed list is reduced to just those matching keyword rows. Click Clear and you get the full list again.
 
Status
Not open for further replies.