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
- 63.8K Get Help
- 406 Global Discussions
- 218 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 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!