시작하기무료로 시작하기

Aggregate campaign cost using REGEXMATCH

The digital marketing director was so impressed with the speed at which you got the filtered campaigns to them that they decided to give you another task. This time, they are asking on behalf of the client for a quick rundown of the total spend for both the DataCamp Brand and Python Brand campaign.

Once again, FILTER() combined with REGEXMATCH() is the answer, but not the full answer. In this exercise, you will need to also apply a SUM() function in order to aggregate the total spend (Cost) of the two campaigns of interest.

이 연습은 강의의 일부입니다

Google Sheets로 하는 마케팅 분석

강의 보기

연습 안내

  • Add a regular expression in cell H4 that will match the respective campaign listed in the cell G4 (i.e. Python campaigns).
  • In cell I4, write a filter for the Cost column, with the condition for the filter using the regex in cell H4. Don't forget to use REGEXMATCH()!
  • Wrap the filter with a SUM() to find the total cost for the DataCamp Brand campaign.

실습형 인터랙티브 연습문제

이론을 실습으로 바꾸는 인터랙티브 연습 중 하나를 만나보세요

연습 시작