RTrim Suggest EditsRTrim removes trailing spaces from the end of a string. Usage RTrim(text) text (required)- Text or a column of text to remove the trailing spaces from. Example RTrim(" John Doe ") Returns ” John Doe” Spaces on the left side are not removed RTrim([First Name]) Returns: Updated 4 months ago Related resourcesLTrimTrimTable of Contents Usage Example