Not very good with excel, but I found these here
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,256)
and A1
can be any non-error cell in the sheet.
For the full path and name of the sheet, use
=CELL("filename",A1)
Related Posts:
- Excel to Google Sheets – Error: Formula parse error
- Is there Infinity in Spreadsheets?
- Declaring variables in Excel Cells
- How to loop in excel without VBA or macros?
- Excel: Can I create a Conditional Formula based on the Color of a Cell?
- Using SUBSTITUTE with wildcard characters
- Shortcut to Apply a Formula to an Entire Column in Excel
- MS Excel Scatterplot converts Months to Numbers
- Substring in excel
- Swap x and y axis without manually swapping values
- Excel: Calculate the frequency of a particular month in a column of date cells
- Object Required Error in excel VBA
- Insert picture into Excel cell
- What is a correct MIME type for .docx, .pptx, etc.?
- What are .NumberFormat Options In Excel VBA?
- Better way to find last used row
- VBA, if a string contains a certain letter
- Excel VBA Macro: User Defined Type Not Defined
- Add a “sort” to a =QUERY statement in Google Spreadsheets
- What is correct content-type for excel files?
- How do I get countifs to select all non-blank cells in Excel?
- VBA Runtime Error 1004 “Application-defined or Object-defined error” when Selecting Range
- Excel – SUMIFS for multiple columns
- Workaround for “Formula omits adjacent cells”
- Select method of Range class failed via VBA
- Does VBA contain a comment block syntax?
- Why does “Paste Method of Worksheet class failed” occasionally occur?
- check if a file is open in Python
- How to return a result from a VBA function
- Select all the cells below current cell in excel
- How to clear memory to prevent “out of memory error” in excel vba?
- Use VBA to Clear Immediate Window?
- VBA: Else without If Error
- Recommended IDE for VBA
- ByRef argument type mismatch in Excel VBA
- How do I open space-delimited file in Microsoft Excel?
- VBA: Convert Text to Number
- VBA Error: “Compile error: Expected End Sub”
- Change default ‘delimiters’ in excel
- Error: “Could Not Find Installable ISAM”
- Converting time stamps in excel to dates
- Adding a newline character within a cell (CSV)
- VB: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)
- Loop without Do error
- Row count where data exists
- (Excel) Conditional Formatting based on Adjacent Cell Value
- Test or check if sheet exists
- How to detect if user select cancel InputBox VBA Excel
- macro run-time error ‘9’: subscript out of range
- How to label scatterplot points by name?
- Why does my VBA code throw an “Invalid outside procedure” error?
- Excel Solver Password: what is it and where can it be acquired/bought?
- Choosing paper size (NOT DEFAULT sizes) in excel vba
- Compile error: Next without For || VBA
- Is there a way to crack the password on an Excel VBA Project?