Hello everybody
I need a formula or tool can select specific day to change them like below statements:
解決済! 解決策の投稿を見る。
Switch(DateTimeFormat([Due Date],"%A"),[Due Date],"Friday",DateTimeAdd([Due Date],-1,"days"),"Saturday",DateTimeAdd([Due Date],-2,"days"))
Incredible!
thanks a lot.. ^^