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
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives