I have a formula in my project plan summaries to keep track of how many days are remaining in a project.
The formula is (=Finish3 - TODAY()). This formula works in other sheets. I have one sheet where it is not functioning properly.
Finish3 is a date cell that is a rollup of the finish dates of all tasks in the project. It contains the farthest date recorded in the finish column.
the formula Finish3 - TODAY() is currently returning 168. Today is 11/27/23. Finish3 contains the date 5/13/24.
When I put those dates in other cells and get the duration between them, it returns 121d. Why is that formula returning a different number?
I have tried refreshing the sheet. I created another field that just contains the TODAY() function and linked the formula to that. I'm just confused about what's going on here.
Any help or insight would be greatly appreciated