How to insert the current file name in a cell in Microsoft Excel ?

Assume that you want to display the name of the current file in a cell of your worksheet , you can easily do it using the formulas in Microsoft Excel 2016.

How to insert the current file name in a cell in Microsoft Excel ?

1. Open your saved Excel workbook in Microsoft Excel 2016.

2. Select a cell where you want to display the name of the file and enter the following formula and press the enter key.

=MID(CELL(“filename”),SEARCH(“[“,CELL(“filename”))+1, SEARCH(“]”,CELL(“filename”))-SEARCH(“[“,CELL(“filename”))-1)

3. The Selected cell should display the name of the excel file in it.

image

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

In this post, you’ll learn how to Find Blank cells in excel so that you can remove or delete the blank cells form...
In this article, you’ll learn what is a Gauge Chart in Microsoft Excel. Also, you will learn how to add...
Microsoft Excel provides a shortcut for the users to move columns in excel using two different ways – using Shift...