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
- Customer Resources
- 67.1K Get Help
- 449 Global Discussions
- 154 Industry Talk
- 504 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 513 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 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!