I would like to get this week Monday’s & Saturday’s date
how do I get with computed?
Thanks
To get Monday this week:
Now+MOD(8-WEEKDAY(Now),7)-6
To get Saturday this week:
Now+MOD(8-WEEKDAY(Now),7)-1
5 Likes
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.