Hi! On my table I have three fields, "Start Date", "End Date", and "Week Number". I am trying to make an automation that extrapolates the week number from the date range. I know there is a formula that does this but I'm looking to have the field be a single-select color-coded field. I have an automation that is working out well but I can't figure out how to do the automation so that it would automate multiple weeks if the start and end date spans multiple weeks.
Current automation:
If start date is 1/1/25 and end date is 1/3/25, return week 1.
Where I want to get:
If start date is 1/1/25 and end date is 1/9/25, return week 1 and week 2.
Is there an easy way to do this?