
Originally Posted by
DonkeyOte
Apologies but I am heading offline for a little while... if the ? is the exception (i.e only non word) then you could modify for that specific instance - alternatively if you intend to have multiple punctutation type keywords and no 1 length words (a, i) then you could modify based on length - e,g
Formula:
COUNT(INDEX(SEARCH(LOOKUP(LEN('Keyword Types'!$A$1:$A$9),{1,2},{"~"," "})&'Keyword Types'!$A$1:$A$9&LOOKUP(LEN('Keyword Types'!$A$1:$A$9),{1,2},{"~"," "})," "&$A1&" "),0))
Thanks again for your help. It took some time for me to figure out how to work with what you wrote but I eventually got it humming nicely!
Here's what the final code looks like:
=IF(COUNT(INDEX(SEARCH(LOOKUP(LEN('Keyword Types'!$A$2:$A$14),{1,2},{"~"," "})&'Keyword Types'!$A$2:$A$14&LOOKUP(LEN('Keyword Types'!$A$2:$A$14),{1,2},{"~"," "})," "&$A22&" "),0)),I$1,"Non-"&LOWER(I$1))
I really appreciate your efforts. You saved me SEVERAL hours of sorting through data and categorizing crap lol
Bookmarks