Filter Function - Array argument referring to multiple Tables

jmwbowen

Board Regular
Joined
Jul 27, 2012
Messages
58
I'm creating an Employee Overtime tracker, using the web version of Excel 365, as the file is hosted in SharePoint and it's important that multiple users can access and edit the document at the same time.

There are separate tabs for each department, each tab has a table of identical structure, hosting the employee names, overtime dates, and overtime hours for each department.

I have a Summary tab that will provide summary data across all departments. This summary needs to list all entry rows from all department tabs between user-entered dates [start] and [end].

I want to use the [Filter] dynamic array function to pull info from each table on each tab, filtering for entries with dates between the [start] and [end].

How can the Array argument in the Filter function accept this?

Thanks!
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
Unfortunately, the filter function can only reference a single sheet.

If it was only for 2 or 3 fixed sheets then it might be possible to trick it into working by sequencing something along the lines of (untested theoretical method) CHOOSE({1,2,3},FILTER(Sheet1),FILTER(sheet2),FILTER(sheet3)) but for a large / variable number of sheets this would become impractical very quickly, and that is assuming that it can actually be made to work in the first place.
 
Upvote 0

Forum statistics

Threads
1,215,237
Messages
6,123,800
Members
449,127
Latest member
Cyko

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