returns the position of the first character in the nth
blank-delimited word in string or returns 0 if
fewer than n words are in string. The n must
be a positive whole number.
Here are some examples:
WORDINDEX('Now is the time',3) -> 8
WORDINDEX('Now is the time',6) -> 0