Syntax:= InitCap(Text as String)
Description:Sets the first character in each word to uppercase and the rest to lowercase.
Example: =InitCap("hello world ONE TwO Three")Returns: "Hello World One Two Three"
=InitCap("hello world ONE TwO Three")Returns: "Hello World One Two Three"