Split a full name with LEFT and FIND
Pull the first name out of a single full-name column.
LEFT · FIND
Marketing analysis is mostly combining exports that were never designed to be combined, then working out cost per outcome.
Every ad platform exports a different shape. The work is cleaning those files into a common structure, joining them on campaign name, and calculating cost per lead or per acquisition — usually under time pressure before a review.
Joining on a text key that is not consistent between systems. Campaign names differ by casing or a stray space, the lookup fails silently for a subset of rows, and the totals are quietly understated.
Summarising spend and conversions by channel with several conditions, and explaining how you would reconcile two exports whose campaign names do not match exactly.
2 exercises using the situations above, ordered from most approachable to hardest.