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
- 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
Check out the Formula Handbook template!