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
- Customer Resources
- 66.9K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 79 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!