Returning a "blank cell" if fields are not populated
I have the formula below. What can I add to the formula to return a "blank cell" if either of these date fields are not populated?
=NETDAYS([Issue Analysis - Start Date]@row, [Cherwell Ticket - Submitted Date]@row)
Best Answer
-
The IFERROR function will return a blank cell ("") or whatever you specify if any kind of error results from the referenced cells in the formula.
IFERROR(NETDAYS([Issue Analysis - Start Date]@row, [Cherwell Ticket - Submitted Date]@row),"")
Answers
-
The IFERROR function will return a blank cell ("") or whatever you specify if any kind of error results from the referenced cells in the formula.
IFERROR(NETDAYS([Issue Analysis - Start Date]@row, [Cherwell Ticket - Submitted Date]@row),"")
-
That worked. Thank you so much!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.9K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 287 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!