Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Date Countdown Formula

joe.ef
ββ
I need help creating a formula in a sheet to countdown to a deadline. Essentially, we have a deadline for a specific date, and a few milestones that we need to see a countdown based on the final date.Β
Tags:
Comments
-
If you want to only count working days:
=NETWORKDAYS(TODAY(), [End Date]1)
If you want to count all days:
=NETDAYS(TODAY(), [End Date]1)
This discussion has been closed.