Sorry I\'m a noob in excel and need help with this. Say I have the following text in my excel.
Use LEFT() with FIND and SUBSTITUTE to find the last /
/
=LEFT(A1,FIND("}}}",SUBSTITUTE(A1,"/","}}}",LEN(A1)-LEN(SUBSTITUTE(A1,"/","")))-1)