TRIM
Last updated
Was this helpful?
The TRIM function removes leading and trailing spaces from a text string, but retains spaces that are between words.
trim(value:string)value - Required. A text string.
trim(' Forecast ')Returns “Forecast".
Last updated
Was this helpful?
Was this helpful?