Created
December 13, 2015 10:39
-
-
Save motoraku/c3b453f5475dfe46905b to your computer and use it in GitHub Desktop.
エクセル関数でファイル名・シート名を表示#3 : Show file name or sheet name by Excel function #3
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
=RIGHT(CELL("FILENAME",$A$1),LEN(CELL("FILENAME",$A$1))-FIND(CHAR(9),SUBSTITUTE(CELL("FILENAME",$A$1),"]",CHAR(9),LEN(CELL("FILENAME",$A$1))-LEN(SUBSTITUTE(CELL("FILENAME",$A$1),"]",""))))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment