Skip to content

Instantly share code, notes, and snippets.

@StephenOTT
Created October 18, 2012 00:35
Show Gist options
  • Save StephenOTT/3909199 to your computer and use it in GitHub Desktop.
Save StephenOTT/3909199 to your computer and use it in GitHub Desktop.
Excel function to grab the file name and extension from a URL
=REPLACE(A1,1,LOOKUP(2^15,FIND("/",A1,ROW(INDIRECT("1:"&LEN(A1))))),"")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment