Need a formula to count number of days past a deadline if the work is not complete
I have the following fields: Document Signature Required Date and Document Signed Date.
I need to have a formula that shows the number of days from Document Signature Required Date until today, if the Document Signed Date field is empty. So basically, if there is no completed date, how many days has it been on hold.
I've tried a dozen different configurations and I can't get it to work.
Best Answer
-
=IF([Document Signed Date]@row = "", TODAY() - [Document Signature Required]@row, "")
Answers
-
=IF([Document Signed Date]@row = "", TODAY() - [Document Signature Required]@row, "")
-
Yes! That one worked… thank you so much!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 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!