Forum Discussion
ExcelKnut
1 year agoFrequent Visitor
Remove trailing commas
If values in a column contain a trailing comma, I need to remove it. However, commas separating values within that column need to be kept. I tried using Text.TrimEnd but that didn't work. Any...