Quantcast
Channel: Hot Weekly Questions - Web Applications Stack Exchange
Viewing all articles
Browse latest Browse all 9696

Check if Google Sheet cell contains string from range of cells

$
0
0

I have a spreadsheet with a list of job titles in column A and a list of specific words in column C (C2:C13) ('researcher' ,'scientist' for example). All I want is to fill column B with TRUE if the cell in column A contains one or more of the strings in the range C2:C13.

I have seen many posts about this already, but unfortunately none of them have work for me:=VLOOKUP(A2,INDIRECT("'jobTitles'!C2:C13"),1,FALSE)=A2 (I don't know why, even with the named range jobTitles created)

=IF(ISERROR(MATCH(A2;C2:C13;0));"Not found";"Found")

=SUMPRODUCT(–ISNUMBER(SEARCH(things,A1)))>0 (same as above...)


Viewing all articles
Browse latest Browse all 9696

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>