Importing Cell Ranges from multiple sheets in the same workbook

ultracyclist

Active Member
Joined
Oct 6, 2010
Messages
271
Office Version
  1. 365
Platform
  1. Windows
I have a spreadsheet with 40 tabs that contain the same column headers and range of cell data (A1:L1500). I want to create a formula on the Summary tab in cell A1 that pulls in the data from all tabs within this range. I tried using the Get Data function and also tried grouping the tabs in a formula to pull everything over, but cannot get it to work. Does anyone know if its possible to create a formula or some other method, i.e. VBA that will accomplish what I'm trying to do.

Thanks,
Tom
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
You said:
I want to create a formula on the Summary tab in cell A1 that pulls in the data from all tabs within this range (A1:L1500)

You want all this data from 40 tabs entered into Range A1
I think that would be impossible.
 
Upvote 0
Is there not a way to pull the same range of cells from multiple tabs into the Summary sheet, but append the data from each tab so I do not overwrite information from the previous tab? For example, pull A2: L50 on Sheet2 and post in the Summary tab in the same range. Next, it will pull the same range of cells from Sheet 3 and insert the information into A51: L100 on the Summary tab.
 
Upvote 0
If the sheets are consecutive you could use
Excel Formula:
=VSTACK(Sheet1:Sheet6!A1:L50)
 
Upvote 0
I tried VSTACK formula, but its returning a #NAME error. I checked the formula to ensure it matches the Tab names and the range. Thanks for the suggestion
 
Upvote 0

Forum statistics

Threads
1,215,190
Messages
6,123,547
Members
449,107
Latest member
caya

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