From campaign ROI to customer segmentation โ the Excel skills marketing professionals use every day.
=Revenue / Ad_Spend
=B2 / C2
-- Revenue generated per dollar spent on advertising=Total_Ad_Spend / Number_of_Conversions
=C2 / D2=Clicks / Impressions
=B2 / A2
-- Format as percentage=Conversions / Visitors
=D2 / A2
-- Format as percentage-- Customers by segment
=COUNTIFS(segment_col, "High Value", status_col, "Active")
-- Revenue by channel
=SUMIFS(revenue_col, channel_col, "Email", month_col, "September")-- Month-on-month growth
=(this_month - last_month) / last_month
-- Rolling 3-month average (smooth out seasonality)
=AVERAGE(B2:B4) drag down for each period-- Conversion rate difference
=COUNTIFS(variant_col,"B",converted_col,"Yes") / COUNTIF(variant_col,"B")
- COUNTIFS(variant_col,"A",converted_col,"Yes") / COUNTIF(variant_col,"A")
-- % uplift of variant B over control A
=((B_rate - A_rate) / A_rate) * 100Store every campaign touchpoint as one row. A pivot table with Channel in Rows, Month in Columns, and Sum of Revenue as values gives you a full channel performance matrix in seconds โ no formulas needed.
Practice these formulas in the Sales & Operations track โ 100 exercises covering targets, pipelines, and reporting. Free to start.
Start the Sales & Operations track free โ