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
Post a Comment