Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Counting overdue dates
Hi,
I'm trying to include a formula that counts overdue dates (by inputting 1 in another column and then using SUM). It works but if the date is left blank it still includes '1'.
The reason I have some black is it's the only way I've found to 'check it off' as sent.
Any suggestions greatly appreciated.
Comments
-
James_stil,
You could add a "done" or "completed" column to check it off.
Without that, there are still some ways to tackle this.
Your formula could be:
=IF(ISBLANK([Quote Due]5),0,IF([Quote Due]5 < TODAY(),1,0))
or you could bypass this formula all together and use COUNTIFS() where you summing the 1's.
https://help.smartsheet.com/function/countifs
Craig
(Note: I did not test the formula)
This discussion has been closed.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives