something to remove keywords with more than x words ?

antsaoo

Supreme Member
Joined
Oct 1, 2008
Messages
1,288
Reaction score
650
As title says. I would need something to remove all keywords from list which have more than x words.

Thanks
 
If your list look like:
cheap adwords
cheap adwords accounts
cheap adwords vouchers
cheap vouchers

And for example you want to remove keywords with 3 words - i can make it for you for free - just send me kw list via pm. Or if you have some money to spent - i can give you software to do it.
 
I can help for free.
Paste your keywords in excel. For example in column A. Then go to the top of column B and put in this function: =IF(LEN(TRIM(A1))=0,0,LEN(TRIM(A1))-LEN(SUBSTITUTE(A1," ",""))+1)

Then just drag it down so that it applies for your full list. This will give you the word count of each cell of column A. Then sort column B (while expanding the sorting for the whole document!) and just delete all rows that contain more words than you want.

Tadaaaah.
 
As title says. I would need something to remove all keywords from list which have more than x words.

Thanks

Same problem here, anyone know tool or method for this purpose?

Thanks.
 
Same problem here, anyone know tool or method for this purpose?

Just use MS Excel like dannistone says. There are a number of simple ways of displaying the number of words. Just sort and delete those you don't need.
 
Just use MS Excel like dannistone says. There are a number of simple ways of displaying the number of words. Just sort and delete those you don't need.

Is there something else?
 
Back
Top