-
-
Save assainov/90ae9db0cda8fe3f2d4895aa83237a56 to your computer and use it in GitHub Desktop.
Extract the filename from a path in Excel or Google spreadsheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=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