Values from mulitple Tabs

jrisebo

Active Member
Joined
Mar 15, 2011
Messages
311
Office Version
  1. 365
Platform
  1. Windows
I have a spreadsheet with multiple tabs (about 30). I want to pull and make a table or condense into a column on one tab. The cell will always be the same, lets say A1.

How can I do this with code, regardless what the tab names are?
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
Know very less about it but from Educational Videos I have seen Power Query is the answer for you. It can help you merge and organise data from multiple tabs. Shall share some link to the video If able to find one.

Edited:
Here is the link for you. Hope it helps

 
Upvote 0
Maybe I explained this wrong. I want to combine every A1 value from every tab into a column in a new sheet. Not every sheet into A1
 
Upvote 0
Kind of tedious thing... Following thread to understand what experts think as a solution to your problem...
 
Upvote 0
@jrisebo how about using vstack like
Excel Formula:
=VSTACK(Sheet1:Sheet6!A1)
 
Upvote 1
Solution
@SanjayGMusafir what exactly do you mean? You are the only person who has posted to this thread.
I don't know what you grabbed @Fluff - I just wanted to say that I will learn from what experts would reply to the problem. So was eagerly waiting for someone to respond. Hope I have not made any offence to anybody... Apologies if I sounded that way...

Regards
 
Upvote 0
Thanks all. I used a macro to list all my tabs, then =INDIRECT("'"&A2&"'!A1") for each tab to pull A1.
 
Upvote 0

Forum statistics

Threads
1,215,159
Messages
6,123,346
Members
449,097
Latest member
thnirmitha

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