Year-to-Date
The dataset contains unit and value sales per month for all years from 2018 to 2023. You would however like to look at different time periods to calculate your KPI's. Let's calculate the Year-To-Date (YTD) for all the dataset points in this exercise.
This exercise is part of the course
Case Study: Net Revenue Management in Google Sheets
Exercise instructions
- Add a new
Units YTD
column to the main table using aSUMIFS()
formula in column J. - You want to sum the values by
Brand
byRegion
byYear
. Finally you only want to sum the data for months that already passed in the year. - Follow the same methodology to calculate the
Values YTD
in column K.
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
