P
Patrick D. Fox
Is it possible to determine a sheet name from an Excel function? (my
preference is to do this without a macro or VB)
I have a workbook with 30 sheets - the sheet names are changed frequently -
on the first sheet I'd like to show a list of the names of all of the other
sheets currently?
I'm hoping for some function that allows me to reference the sheet by number
(position in the workbook) to get the name of the that particular sheet.
For example, something along the lines of a formula that looks like this:
=sheet.name[2]
=sheet.name[3]
....and so on...
(again, my preference is to do this without a macro or VB)
Any suggestions?
Patrick
preference is to do this without a macro or VB)
I have a workbook with 30 sheets - the sheet names are changed frequently -
on the first sheet I'd like to show a list of the names of all of the other
sheets currently?
I'm hoping for some function that allows me to reference the sheet by number
(position in the workbook) to get the name of the that particular sheet.
For example, something along the lines of a formula that looks like this:
=sheet.name[2]
=sheet.name[3]
....and so on...
(again, my preference is to do this without a macro or VB)
Any suggestions?
Patrick