WORDLENGTH(string,position) This function returns the length of the "position"th blank-delimited word in string, and is identical to LENGTH(WORD(string,position)). If there are not that many words in string then 0 is returned.