Counting Past Due Days
Hello!
I'm hoping you can help me with a formula.
I have 3 columns: Due Date, Over Due Days, and Paid Date.
I want the "Over Due Days" to calculate how many working days are past due based on the "Due Date" and today's date while keeping the "paid date" cell blank.
Once I enter the "Paid Date" I would like to keep the "over due days" in the cell so we can reference the data for the future.
Thanks ahead of time for your help!
Answers
-
Try this:
=NETWORKDAYS([Due Date]@row, IF([Paid Date]@row <> "", [Paid Date]@row, TODAY()))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!