How to return filename without extension to cell in Excel?
In Excel, we can apply some ways to insert the workbook name with its extension in a specific cell, such as XLSX, XLSM. Sometimes, you may want to just insert the filename without the extension, how could you deal with this problem in Excel?
Return filename without extension to cell with formulas
Easily get workbook information (sheet name, file name/path, etc.) with an amazing tool
More tutorials for getting workbook information...
Return filename without extension to cell with formulas
The below formulas can help you to get the filename excluding the extension quickly, please do with following steps:
1. Select a blank cell to output the workbook name.
2. Enter or copy the below formula into it and press the Enter key to get the filename.
=MID(CELL("filename",A1),SEARCH("[",CELL("filename",A1))+1,SEARCH(".",CELL("filename",A1))-1-SEARCH("[",CELL("filename",A1)))
Notes:
- 1. Except the above formula, you can also use this formula:
=TRIM(LEFT(SUBSTITUTE(MID(CELL("filename",A1),FIND("[",CELL("filename",A1))+1,255),".xl",REPT(" ",255)),255)) - 2. In the above formulas, A1 is a variable, you can change it to any other cell reference.
Easily get workbook information (sheet name, file name/path, etc.) with an amazing tool
In this section, I introduce a handy tool – Insert Workbook Information utility of Kutools for Excel for you. This feature can help to insert workbook information (such as sheet name, workbook name, workbook path as you need) into a certain cell, header or footer.
Before applying Kutools for Excel, please download and install it firstly.
1. Select a cell to output the workbook information, click Kutools Plus > Workbook > Insert Workbook Information. See screenshot:
2. In the Insert Workbook Information dialog box, choose one workbook information in the Information section, specify where to insert the information in the Insert at section, and then click OK.
As the below screenshot, the file name will be inserted in A2 after clicking the OK button.
If you want to have a free trial (30-day) of this utility, please click to download it, and then go to apply the operation according above steps.
Related articles
Get and insert the last modified user name in Excel
This article will show you the way to get the last modified user name information, and insert the last modified user name information in cells in Excel.
Insert filename in header/footer/cell without extension in Excel
Normally an open workbook’s filename and extension are displaying at the top of Excel window. If you need to insert only filename without the extension at the header, footer, or a cell. How to solve it? This article will introduce methods to get it done.
Insert last saved timestamp into worksheet cell in Excel
In many cases, you may need to show the last saved date and time of an Excel workbook in order to know when the file was updated recently. Try methods in this article.
Insert page number into cell / header / footer in Excel
When you print an Excel file, you may need to insert the page numbers into the pages to make the printed file neatly and readably. This tutorial introduces some quick tricks to insert the page numbers into cell, header or footer for you.
Best Office Productivity Tools
Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time. Click Here to Get The Feature You Need The Most...
Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier
- Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
- Open and create multiple documents in new tabs of the same window, rather than in new windows.
- Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!










