Remove the Trailing slash from a cell in Excel. This is especially handy when dealing with lots of urls.
Replace "A1" with your cell.
=IF(RIGHT(A1,(LEN(A1)-(LEN(A1)-1)))="/",LEFT(A1,(LEN(A1)-1)),A1)