making cells show worksheet names in workbook. is it possible?

S

Scott

i would like to have a number of cells in a "summary"
sheet show the names of all the other sheets in that
workbook. i have tried using CELLS function to no avail.
can this be done without writing and running a macro, ie.,
is there a function?
 
A

Arvi Laanemets

Hi

=MID(CELL("filename";SheetToGet!A1);FIND("]";CELL("filename";SheetToGet!A1))+1;33)

When you change sheet name afterwards, the formula tracks changes
automatically.
The cell you are referencing to can be any, I used here A1
The last number in formula has to be greater or same, as length of
longest sheetname. There is some limit for sheetname length, but I
don't remember it at moment.


Arvi Laanemets
 

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

Top