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.
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)