cell=sheet name

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My summary sheet requires cell entries of the sheet names within the same book to be listed down a column, however the book starts with a Summary Sheet and Sht(1). Additional sheets will be copied from Sht(1) as required. My intent was to enter a formula "cell=sheet name" in a cell on Sht(1), enter the reference to that cell on the Summary Sheet for the fifty or so sheets that don't exist and format the cells not display text until the related sheets are created. Is there a safer or better way and if so how? Would you please show me the formula for "cell=sheet name" less the path & book name?
This would be greatly appreciated.
Thank You,
Daryl
 
Hi
Use (just insert the formulas as-is. Note: the workbook
has to be saved before)
=MID(CELL("filename",A1),FIND("[",CELL("filename",A1),1)
+1,FIND("]",CELL("filename",A1),1)-FIND("[",CELL
("filename",A1),1)-1)
-----Original Message-----
My summary sheet requires cell entries of the sheet names
within the same book to be listed down a column, however
the book starts with a Summary Sheet and Sht(1).
Additional sheets will be copied from Sht(1) as required.
My intent was to enter a formula "cell=sheet name" in a
cell on Sht(1), enter the reference to that cell on the
Summary Sheet for the fifty or so sheets that don't exist
and format the cells not display text until the related
sheets are created. Is there a safer or better way and if
so how? Would you please show me the formula
for "cell=sheet name" less the path & book name?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top