/ Published in: Other
This script will also work on any spreadsheet program like Google Docs.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
=MID(B1,FIND("*",SUBSTITUTE(B1,"\","*",LEN(B1)-LEN(SUBSTITUTE(B1,"\",""))))+1,LEN(B1))