Hi All,
I am currently using the following formula to calculate the weeks until my project delivery date.
=INT(([Due Date]@row - TODAY()) /7))
We deliver the project on Tuesday and count that week as week 0.
How can I modify this formula so that it reflects the final week as week zero as opposed to the week prior?
Any help is greatly appreciated