Hi,

I have a string such as ThisIsMy/String. How do I remove all of the text on the left of the "/", so the cell displays only the text after the "/"?

In other words, how do I truncate ThisIsMy/String to String? For all rows in my spreadsheet.

Thanks.