Have you used Supermetrics for budget pacing? What kind of template have you created for it?
My colleagues Courtney and Milja hosted a webinar recently about budget pacing best practises, and they shared a template that you can start using for your own budget pacing sheet. 🤩
On a budget-pacing topic, here’s a tip to automate the budget-pacing reports in Google Sheets:
💡 Use date formulas to automatically pull the date or number of days to your Google Sheets report.
These formulas are the game changers:
today =today()
last of this month =EOMONTH(today(),0)
first of this month =EOMONTH(today(),-1)+1
total days this month =DAYS(last of this month, first of this month)
days left this month =DAYS(last of this month, today)
days passed this month =DAYS(today, first of this month)
Sign up
Already have an account? Login
Ask questions from other Community members, comment on other people's posts and get access to exclusive Community content by logging in.
Log in with Facebook Login with LinkedInLogin to
Supermetrics Community
Don't have an account? Sign Up
Ask questions from other Community members, comment on other people's posts and get access to exclusive Community content by logging in.
Log in with Facebook Login with LinkedInEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.