开始使用免费开始使用

Add a campaign dropdown filter

As the dashboard is almost complete, the marketing director at your agency reminds you that the initial request asked for the data to be filtered by both the Source and the Campaign Name. You know that all you need to do is modify the current formula to filter for both dropdown menus.

As the formula is already quite complex at this stage, we have formatted it within the cell so that you can see the different elements of the two IF() functions. If you are struggling with the formula, you can review the relevant slide in the Slide Reference tab!

本练习是课程的一部分

在 Google Sheets 中进行营销分析

查看课程

练习说明

In cell H19, add another FILTER() function as an 'else' statement to the inner IF() function in the existing formula (replacing #insert your else statement here!)`.

  • This FILTER() function should filter the range A1:F29.
  • Add a REGEXMATCH() function as the first condition, which will filter B1:B29 based on the campaign dropdown H3.
  • Add another REGEXMATCH() function as the second condition to the FILTER() function in cell H19 to filter A1:A29 based on the source dropdown H2.

Note: Don't change the dropdown values in cells H2 and H3!

动手互动练习

通过我们的互动练习之一,将理论转化为实践

开始练习