How can one do a string search in Excel that searches for a string, and rather than returning a #VALUE! error if the string is not found, instead returns 0?
For instance, =SEARCH("z","word") returns #VALUE! Is there a function that would instead return 0 or FALSE?