Sep 01, 2022 02:39 AM
Hello! Does anyone know how you can transform a week number and a year number to a date?
Solved! Go to Solution.
Sep 01, 2022 03:48 AM
Hi @Vito_Kloots ,
Welcome to Airtable Community!
You can use this formula to get the date you need
DATEADD(DATETIME_PARSE("1/1/"&{Year Field}),{Week Field},"weeks")
See Solution in Thread