Data from specific tabs on multiple workbooks

tony mcpike

New Member
Joined
Dec 12, 2023
Messages
3
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
  2. Mobile
  3. Web
I have a number of workbooks named A, B, C, D, and E for 5 different areas of the business.
each workbook has 52 tabs (one for each week of the year)

I would like to create a worksheet that if I type e.g. 1 , it will go to all 5 workbooks and automatically transfer in the relevant I data from tab 1 of each workbook so that I can see on one page.
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Welcome to the Board!

I would highly recommend going a different route.
That is going to get REALLY messy and be extremely cumbersome to manage, and I suspect performance is going to take a massive hit when dealing with workbooks of that size.

What you really are describing is a RELATIONAL DATABASE. Excel is a spreadsheet program, NOT a Relational Database program. While you can often time "brute force" Excel to work like a Relational Database program, it is often clunky, inefficient, and difficult to work with (since that is not what it was designed to do). You would be much better off storing your data in a relational database program like Microsoft Access, SQL, MYSQL, or Oracle. They were designed for exactly this type of thing, and handle it much more elegantly than Excel.

Once all the data is in the database, as long as you have designed the tables according to the rules of normalization, you should be able to get the data you want dynamically with simple queries.
 
Upvote 0
Thanks for your response. I guess that you are probably correct. Unfortunately I don’t have access to any relational databases or experience working with them.
I could try my organizations IT department to see if access to a database could be made available …. But not sure that it will be.
 
Upvote 0
Yeah, it will be very cumbersome to work across multiple large files, as opposed to having all the data in the same file/database.

You may want to take a look here. There are some free options available:

Even if you just use one of these programs to store all the data, you could then use Power Query in Excel to perform database-type functions on it.
 
Upvote 0
Yeah, it will be very cumbersome to work across multiple large files, as opposed to having all the data in the same file/database.

You may want to take a look here. There are some free options available:

Even if you just use one of these programs to store all the data, you could then use Power Query in Excel to perform database-type functions on it.
Thanks again for the advice
 
Upvote 0

Forum statistics

Threads
1,215,071
Messages
6,122,963
Members
449,094
Latest member
Anshu121

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