MulaiMulai sekarang secara gratis

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.

Latihan ini adalah bagian dari kursus

Marketing Analytics in Google Sheets

Lihat Kursus

Petunjuk latihan

In cell H19:

  • Write a REGEXMATCH() function to match the column A1:A29 with the value in the source dropdown, H2.
  • Working in cell H19 again, wrap the REGEXMATCH() function from the previous step with a FILTER() function, filtering for range A1:F29.
  • Finally, still in cell H19, wrap the FILTER() function with an IF() statement, where LEN(H2) > 1 as the condition, the FILTER() function as the value if True, and range A2:F29 if False.

Latihan interaktif praktis

Ubah teori menjadi tindakan dengan salah satu latihan interaktif kami.

Mulai berolahraga