Goal: Interactive dashboard with data from different sheets but for the same campaigns.
I got 3+ tables with social media Data in them. I want to combine them by unique ID. Additionally, the users of the dashboard should be able to filter by (partial) ID and dates.
- source tables are split by date > master table has aggregated data but should be filterable by user entered dates
- source tables are of different size and column names
- data should be joined by unique ID (=campaign name)
- optional: master table should be filterable with several keywords for IDs (e.g. "Campaign 1" + "Camp*")
- The campaign list would be built with unique IDs from the Facebook data (the only sheet that contains all campaigns) or another list.
Start Date: JJJJ-MM-DD
End Date : JJJJ-MM-DD
Campaign-Filter: *abc
| Facebook | Twitter | Instagram |
Total | _______|_______|________|_______|________|_______|
| Clicks | Reach | Clicks | Reach | Clicks | Reach |
Campaign 1 | | | | | | |
Campaign 2 | | | | | | |
This can be done with SUMIFs but I think query with vlookups would be the better (performing) choice to join the tables. I also liked the idea of replacing col with table names, but formulas get quite complex that way. Can you help me out here?