Hello everybody
I need a formula or tool can select specific day to change them like below statements:
Solved! Go to Solution.
Switch(DateTimeFormat([Due Date],"%A"),[Due Date],"Friday",DateTimeAdd([Due Date],-1,"days"),"Saturday",DateTimeAdd([Due Date],-2,"days"))
Incredible!
thanks a lot.. ^^