Hello,
I have created a table to view weekly data displaying how many cases are worked vs hours worked. This table is using several SUMIFS fuctions to pull from 3 separate source sheets.
My issue is these source sheets are updated every 2 weeks with roughly 2,500 rows each. So far, I have only done weeks 3-6, skipping the first 2 weeks this year, and my largest sheet is at 8048 rows. With the 10,000 row limit in two weeks I will likely exceed the limit. I need all weeks to be accessible for all 52 weeks of the year. I thought to use DataTable but I can't link to it with SUMIFS and to create individual sheets for each week is combersome and not ideal. I also want to utilize DataShuttle to help pull the data in automatically.
END GOAL: To be able to have this whole report run automatically without losing data from the previous weeks in the process
FOR BONUS POINTS: Any idea how to have DataShuttle look at different tabs in an Excel file? It seems to default to the first tab, do I need to create three separate files?