Let’s say you have a long list of websites, and you need to remove the trailing slash from the end of each of them…you can use this formula to do it:
=LEFT(A1,LEN(A1)-1)
This works a lot better than find and replace – especially if you have https:// in the URL still – as find and replace “/” will get rid of the all the “/”