Name of worksheets in one worksheet
I know how to obtain name of worksheets in the same worksheet.
Following function will do this.
MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255)
I want to obtain name of all worksheets in one sheet. How can I do it.
Sheet names are not: [sheet]+numbers.
Finally I want to perform: counta("sheetname",A:A). If there is any easy way
to do this command, let me know.
|