0% found this document useful (0 votes)
24 views

Excel Zoom Return Worksheet Name in A Cell

This document provides instructions for returning the worksheet name in a cell. It explains that a formula can be entered into a cell to automatically display the worksheet name using the CELL function. The formula is =MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,256). Alternatively, the worksheet name can be added to the header or footer by editing the custom header or footer and selecting the worksheet button.

Uploaded by

Ettore Trucco
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views

Excel Zoom Return Worksheet Name in A Cell

This document provides instructions for returning the worksheet name in a cell. It explains that a formula can be entered into a cell to automatically display the worksheet name using the CELL function. The formula is =MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,256). Alternatively, the worksheet name can be added to the header or footer by editing the custom header or footer and selecting the worksheet button.

Uploaded by

Ettore Trucco
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

09/12/13 Excel Zoom » Return Worksheet Name in a Cell

excelzoom.com http://excelzoom.com/2009/04/return-worksheet-name-in-a-cell/

Return Worksheet Name in a Cell


April 28th, 2009

Often times it’s useful to be able to display your worksheet’s name in a cell in the worksheet. This could be
tedious if you have a file with a lot of sheets, whose names could change frequently. Luckily there are a
couple ways around this problem.

If you want to display this information in a cell in your file, enter the following formula in the cell where you
want the name to appear:
=MID(CELL(“filename”,A1),FIND(“]”,CELL(“filename”,A1))+1,256)

Anytime you change your sheet’s name, the formula will automatically update, so you never have to edit
the name in the worksheet as well.

If you only need the information on a printout and don’t want it displayed in a cell, you can edit the sheet’s
header/footer. Click View | Header and Footer | then Custom Header or Custom Footer, depending on
where you want the name to appear. Determine where you want the name to appear (Left, Center, or
Right) and click the worksheet button (third from the right) that looks like a worksheet with three tabs below
it.

excelzoom.com/2009/04/return-worksheet-name-in-a-cell/ 1/1

You might also like