Lilliabeth,
Thanks for the help so far, I'm getting closer... let me explain my problem again, and see if I can do a better job.
Objective: Retrieve the name of sheets in the workbook, for use in a summary page.
Reason: Enter the name of the page once, and have it appear in other pages without having to go change them there too. (One entry, updates mulitiple cells on other pages).
Primary Use: On my summary page, it will automatcially display the names of the other pages in my workbook.
I'm looking for a "forumla" way that does not force me to specify the name of the page, or that does not solve my problem, as I have to go change the references then.
So, for example sheet1 is named "Summary". It has 15 rows that correspond to 15 other sheets. Sheet4 is normally 'Cabling' but in this case, my client wants it to be 'Structured Cabling'.
I have a cell in my summary page called 'Title' that column contains the name of every page as a row, and in this case it is row4 (matches to sheet4).
If I go change the name of my sheet to "Structure Cabling" instead of "Cabling", I want the name to reflect correctly back in my Summary sheet as "Structured Cabling" as well, instead of just "Cabling". I don't want ot have to change cell references every time. If I take the advice of what you just suggested, if I'm understanding it correctly, I'd have to make:
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255)
this:
=MID(CELL("filename",Cabling!A1,FIND("]",CELL("filename",Cabling!A1))+1,255)
to get it to work... but as soon as I change the sheet name to "Structured Cabling" this fails, because that sheet in Cabling!A1 no longer exists...
I'm trying to find something that is "Name Independant" so that I can retrieve the sheet name without needing to know it from another sheet.
What I've then done is put a hyperlink on each of the cells that contains the sheet names so that my user can just click there, and go to the page, rather than scrolling through 15 tabs to get to the one they want. (Its really handy, and they love it, but I want to make it more robust so that I don't have to do so much editing everytime someone decides they want the sheet name changed.... I'm assuming Excel won't pick this up automatically....)
Is that explained any better?
Best Regards,
Scott
"Everything should be made as simple as possible, and no simpler."
![[hammer] [hammer] [hammer]](/data/assets/smilies/hammer.gif)