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
Thanks a lot @Darren_Murphy