Hello,
I was wondering if there is any way I can copy paste a school schedule from one year to another ? The catch is that it need’s to be the same day, but from one year to another, a same date is not on the same day, so I can’t just do something like “year+1”.
Any suggestions ?
Thank you.
You can do it by +year: 1 rounded down to week + days (extract day from the previous date) or some similar logic. Could you clarify exactly what operation you need to achieve?
Hello Rafael, thank you for your response.
Here is a use case :
A class has English class every wednesday from 18 september 2024 to 30 june 2025. The time and date are not important but THE DAY is important.
What I would like to do is copy and paste all these wednesday english classes to 18th september 2025 up to 31st june 2026.
And as you know 18th september 2025 is not a wednesday but a thursday.
A solution I thought of was just substracting a day from the new schedule, but i’m not sure that each new year the day is the next day of the last years day
In this case, I think this logic would work