Hi,
I'm trying to automatically categorize a large amount of products by finding keywords in the product descriptions. Using a textjoin, if, count if fucntion works perfectly because if mutiple keywords match, it indexes all of them.
But these products come from a range of different suppliers often using slightly different words for the same product, that's why for most keywords i wrote some synonyms behind them, but i dont want to index all of these synonyms if they match, just the first keyword.
=TEXTJOIN(", ",TRUE,IF(COUNTIF($B$9:$B$12,"*"&$F$9:$F$11&"*"),$F$9:$I$11,""))
This table has thousands of products and more products are added regularly so a dynamic solution for this would be perfect.
could someone help me with this?
I'm trying to automatically categorize a large amount of products by finding keywords in the product descriptions. Using a textjoin, if, count if fucntion works perfectly because if mutiple keywords match, it indexes all of them.
But these products come from a range of different suppliers often using slightly different words for the same product, that's why for most keywords i wrote some synonyms behind them, but i dont want to index all of these synonyms if they match, just the first keyword.
=TEXTJOIN(", ",TRUE,IF(COUNTIF($B$9:$B$12,"*"&$F$9:$F$11&"*"),$F$9:$I$11,""))
This table has thousands of products and more products are added regularly so a dynamic solution for this would be perfect.
could someone help me with this?