[]
This function removes extra spaces from a string and leaves single spaces between words.
TRIM(text)
[Required] The argument specifies the string containing the spaces you want to remove.
TRIM("First Quarter") gives the result First Quarter