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.
Netdays - if blank
Cecily H
✭
Hello all --
I have created a column to show me how many days between "today" and the expected close date of a sale. This is the formula I'm using:
=NETDAYS(TODAY(), Close Date16)
This is working, but I have one problem: I don't always have an expected close date. In those situations, I want the cell to display as blank. RIght now, if the close date column is blank, the net days column displays: #INVALID DATA TYPE.
What do I need to add to my formula to fix this?
Thanks in advance for your help!
Comments
-
Hi Cecily,
Try this formula:
=IF(ISBLANK([Close Date]16), "", NETDAYS(TODAY(), [Close Date]16))
-
Success!! Thank you!
This discussion has been closed.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives