Skip to main content
Solved

Making a date from a week and year number

  • September 1, 2022
  • 1 reply
  • 23 views

Forum|alt.badge.img

Hello! Does anyone know how you can transform a week number and a year number to a date?

Best answer by Mohamed_Swella1

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")

1 reply

Mohamed_Swella1
Forum|alt.badge.img+17

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")