Hi there Community!
Here is one task I am finding a bit challenging:
I have a series of data that provide the year and week number in the format: YYYYWW .
I am trying to convert it into a date, specifically each week's Friday.
I have already tried the below formula, however the conversion does not seem correct.
DateTimeAdd(left([YYYYWW], 4)+"-01-01", (tonumber(right([YYYYWW], 2))-1)*7 , "days")
Looking forward to hear from you, I am looking for a solution that considers the year's start day so that it is reusable in future.
Thanks,
Denise