Create a filtered table
Now that the dropdowns are created, the next step is to create a separate table. This table will be present in any future dashboard, as the marketing manager at your agency and the clients you work for like to see the filtered data.
이 연습은 강의의 일부입니다
Google Sheets로 하는 마케팅 분석
연습 안내
In cell H19:
- Write a
REGEXMATCH()function to match the columnA1:A29with the value in the source dropdown,H2. - Working in cell
H19again, wrap theREGEXMATCH()function from the previous step with aFILTER()function, filtering for rangeA1:F29. - Finally, still in cell
H19, wrap theFILTER()function with anIF()statement, whereLEN(H2) > 1as the condition, theFILTER()function as the value ifTrue, and rangeA2:F29ifFalse.
