Hello Amazing Community,
I'm trying to create a formula to Remaining Number of Weeks on a project.
Start Date = 5/30/23
End Date = 6/15/23
Formula for Remaining # of Weeks (from today) =NETDAYS(TODAY(), [End Date]@row) / 7 = -2.9
**Problem is when End Date is in the past, and TODAY keeps changing, in which case, Remaining # of Weeks becomes a bigger negative number. How do I edit this formula where the MAX returned value is =0 since technically you can't have a remaining # of weeks to be a negative number?
Hope that makes sense. Thank you