Marketing Analytics in Google Sheets
Luke Pajer
Digital Marketing Specialist
Common reporting issues
Avoid adding too many charts to a dashboard
Step 1: Add data validation dropdown
Step 2: Create the filtered table and charts
Step 3: Link chart to the filtered table
Example data set
Using the example dataset...
Filter the example data set using both the dropdowns:
=IF(len(A3) > 1,
IF(A2 = "",
FILTER(A1:F29,
REGEXMATCH(C1:C29, A3)),
FILTER(A1:F29,
REGEXMATCH(C1:C29, A3),
REGEXMATCH(A1:A29, A2))),
A2:F29)
A2
is the Source
dropdown selectionA3
is the Ad Group
dropdown selection
Link the filtered table to each of the charts in the dashboard
When the table changes, the charts will reflect the change
Be sure to test out a few filter combinations
Marketing Analytics in Google Sheets