Using TRANSPOSE for 2 or more worksheets except for 1

kualjo

Board Regular
Joined
Aug 15, 2006
Messages
112
Office Version
  1. 365
Platform
  1. Windows
In the Name Manager, I have one called Sheets which has the function
Excel Formula:
=SUBSTITUTE(GET.WORKBOOK(1),"["&GET.WORKBOOK(16)&"]","")
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?
 
Last edited by a moderator:

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
What version of Excel are you using?

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)
 
Upvote 0
Thanks for calling that out Fluff. I haven't been here in quite a while, not fully up to speed on everything. It is Office 365.
 
Upvote 0
Thanks for that. (y)
How about
Excel Formula:
=DROP(TOCOL(Sheets),1)
 
Upvote 0

Forum statistics

Threads
1,217,371
Messages
6,136,160
Members
449,995
Latest member
rport

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top