excel - How to check whether a cell contains a number of search words -


i looking answer on how use correctly "find"formula or other formula can me finding string on 1 cell another.

i use find formula find these: =if(find(a1,b1),"yes","no") col1 - col2 a,b - a,b,c = formula works a,c - a,b,c = formula not working. returning "#value" 

thanks help.

find checks if full string col1 contained in col2. if want check items, have split string commas somehow.


Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

Ansible warning on jinja2 braces on when -

html - How to custom Bootstrap grid height? -