I am working on a power app that would be somekind of a weekly TimeSheet, let`s say.
Each row is a project and each column is a day/date from the week. The user will be able to choose a calendar week. Based on the chosen calendar week each column should change it`s header to the dates in this week. e.g If CW 1 2020 => First column should change to 30.12.2019, second column to 31.12.2019, etc.
Basically what I need is formula that will get the CW and the weekday num (e.g CW 1, weekday 1) and calculate the date.
Thank you!