While perhaps not obviously useful on its own, there are many circumstances where having a sequential number across weeks, months, quarters, and years can facilitate other calculations. This recipe demonstrates how to construct a sequential week number across years.
Constructing a sequential week number
Getting ready
To prepare for this recipe, perform the following steps:
- Create a table using the following formula:
R08_Calendar = CALENDAR(DATE(2018,1,1),DATE(2022,12,31))
How to do it...
To implement this recipe, perform the following steps:
- Create the following column...