I need to calculate what ROAS (return on advertising spend) I should have on days e.g. 7, 14, 28 after the launch of a campaign to get 120% on day 365. I have the spend and the revenue numbers readily available. I would like to use spreadsheets only if possible. I would appreciate any tips on how to approach this.
Asked
Active
Viewed 136 times
1
-
share a copy / sample of your sheet with an example of the desired output – player0 Aug 10 '22 at 16:57
1 Answers
1
Calculation
ROAS = Revenue attributable to ads / Cost of ads
Formula
=B9/B10
Example
Create Dropdown to pick the date.
And Use this formula to get ROAS in the chosen day you can type the day.
=INDEX(B12:12,1,MATCH(A14,B1:1,0))
Getting ROAS Launch to date
=AVERAGE(B12:12)

Osm
- 2,699
- 2
- 4
- 26