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.
Formula Help Error Message NETWORKDAYS
New user of SmartSheet and not too adept at Excel. I am trying to make a formula IF/AND so that there is no error message in a cell that uses the NETWORKDAYS functions if there are not dates in the two source columns. E.g., Job Complete-Est and Job Complete-Actual only have a date in neither or one
So, if there is not a date in either, the cell with the variance will be blank rather than #Missing or invalid parameters
Comments
-
This will do it:
=IF(AND(ISDATE([Job Complete-Est]1), ISDATE([Job Complete-Actual]1)), NETWORKDAYS([Job Complete-Actual]1, [Job Complete-Est]1), "")
This will display an empty cell if either of the date columns is empty, but will show the calculation if both are dates.
John
-
John,
Yes, it definitely did it. Thank you for your assistance?
Carol
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives