I need to catagorize apx 5000 lines in to catagories 19 in all such as abrasives, tools, plumbing. by finding 650 key words in the description line of the sheet is there a function that will do this?
Hi Aladin,If the key words occur as stand-alone parts within the target strings, try...
=LOOKUP(9.99999999999999E+307,SEARCH(" "&KeyWords&" "," "&A2&" "),Categories)
Hi Aladin,
Could you give me an example where this particular set up would be needed over the other, please?
Thanks,
Matty
Ah, got you now. Thanks for explaining. I'll get there eventually with this stuff...Hi Matty
How about something like:
Key words: Snow, Juice
Strings to look at:
1) snowbird trail maps
2) snow news
3) juice please
4) bosch is the best juicer
I'm afreaid such might occur quite often.