Trim Suggest EditsRemoves leading and trailing spaces from a given string. Usage Trim(text) text (required) Text or a column of text. Example Trim(" John Doe ") Returns “John Doe” Trim([First Name]) Returns: Updated 4 months ago Related resourcesLTrimRTrimTable of Contents Usage Example