In the Name Manager, I have one called Sheets which has the function
to return a list of all worksheet tabs. I then use that as =TRANSPOSE(Sheets) to create a vertical list on the first sheet to pull information from all other worksheets. I'd like to be able to leave that first tab name out of the list so that it starts with page 2 (having the page 1 tab name on page 1 is redundant). Is there a way to modify the function to have it ignore the first worksheet? Any other possible solutions?
Excel Formula:
=SUBSTITUTE(GET.WORKBOOK(1),"["&GET.WORKBOOK(16)&"]","")
Last edited by a moderator: