spreadsheet - How to find a term in google docs -


i have spreadsheet. generate formula, shown, search term in column d.

in picture

=if(sum(isnumber(search("blue",d1:d))*1),"1","0") 

but error #value!.

have idea, did wrong?

your error might because trying sum strings. try:

=arrayformula(sum(isnumber(search("blue",d1:d))*1)) 

Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -