Normally to calculate a weekending date I would use the formula as follows:
Friday = Daynum 6 of the week
Today() + 6 – WeekDayNum( Today() )
If today = Tuesday 04.05.2022
Today() + 6 = 04.11.2022
WeekDayNum( Today() ) = 3
04.11.2022 – 3 = 04.08.2022
Is there a way to calculate this in Monday now? I can’t find a WeekDayNum function.