Hello,
I'm attempting to use the FIND() formula in Forms, but I need to know what it returns when it does not find a match. I assumed it was 0 or some value less than 0, but I'm getting a "calculation error" instead. If you use this exact formula from LF help
=FIND("type", "prototype", 1)
it returns 6.
But, if you enter something like this
=FIND("type", "prototy", 1)
You get a "calculation error". Huh???
What's going on here?