I have columns of items. Some rows have 2 or 3, but some rows have 7 or 8, and everything in between. I merge all of the columns into one, each element separated by a semi-colon. However, some lists have several semi-colons strung together at the end. Is there a function, like the Text.TrimEnd function for spaces, that will eliminate semicolons at the end? Thank you so much!