Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save assainov/90ae9db0cda8fe3f2d4895aa83237a56 to your computer and use it in GitHub Desktop.
Save assainov/90ae9db0cda8fe3f2d4895aa83237a56 to your computer and use it in GitHub Desktop.
Extract the filename from a path in Excel or Google spreadsheet
=TRIM(RIGHT(SUBSTITUTE(A1,"/",REPT(" ",100)),99))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment