Getting data from many sheets to one overview

Eddie69

New Member
Joined
Apr 27, 2013
Messages
11
I have searched the Internet and, ofcourse, this forum. I just could not find a workable solution (maybe I haven't searched good enough).

What I have is a workbook with 200 sheets with exactly the same layout. It is a working schedule of 200 employees. What I want is in a specific sheet to enter the date and Excel has to put the data, from these 200 sheets, in a nice overview. This works perfectly with VLOOKUP, but it takes time. Is there a way to speed things up with VBA? Those 200 sheets are named 1 to 200. The range is from cells E through AR (row is depending on the date entered).

I would love to hear a neat and fast solution ;) Thanks in advance
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Not a lot of info to go on, but I suspect the neatest & fastest solution is to put the data from the 200 worksheets onto one worksheet. Then delete the 200 worksheets.

So, set up like a database table. Or number of tables as required.

With a smart set up, everything is much, much neater & faster. It really is far & away the best approach.

Working with the built-in data handling functionality is efficient. Such as autofilter, advanced filter, pivot tables, query tables, etc.
A parameterised query may suit what you want.

Add some VBA if you want to get fancier, or add some real zing. HTH
 
Upvote 0

Forum statistics

Threads
1,214,668
Messages
6,120,825
Members
448,990
Latest member
rohitsomani

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