Skip to content

Instantly share code, notes, and snippets.

@atadams
Created September 7, 2011 15:40
Show Gist options
  • Save atadams/1200918 to your computer and use it in GitHub Desktop.
Save atadams/1200918 to your computer and use it in GitHub Desktop.
Excel Formula: Extract file name from path
=MID([path],FIND("*",SUBSTITUTE([path],"/","*",LEN([path])-LEN(SUBSTITUTE([path],"/",""))))+1,LEN([path]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment