WORDS The WORDS function returns the number of blank-delimited words in string. WORDS( string ) Examples WORDS('Now is the time') -> 4 WORDS(' ') -> 0