Hi All,
I am struggling with a formula that I think needs a simple fix, and I am hopeful the community can help.
Our product launches mid-week and runs off of a unique 35-week calendar, and we are using the following formulas to track the difference between:
THe difference between current workweek to the week of launch: =INT(([Product Announce Date]# - TODAY()) / 7)
The difference between the task delivery date to the week of launch =INT(([Product Announce Date]# - [Anticipated Task Delivery Date]@row) / 7)
Because the launch is mid-week, and while I appreciate the formula's preciseness, the numbers flip midweek.
How can I adjust the formula to still count toward the weeks to launch but support a Sunday - Sunday week?
Any help is greatly appreciated.