Nested ISDATE error
Hi - I am trying to count the NETWORKDAYS between [Date Assigned] and [Date Complete] if [Date Complete] is a date, otherwise to calculate NETWORKDAYS between [Date Assigned] and TODAY() using this formula but get an argument error. Looking for help!
=IF(ISDATE([Date Complete]@row, NETWORKDAYS([Date Assigned]@row, [Date Complete]@row), NETWORKDAYS([Date Assigned]@row, TODAY())))
Best Answer
-
Hi @tariq.shaikh@signspecialists.com
It looks like your ISDATE term isn't closed.
=IF(ISDATE([Date Complete]@row), NETWORKDAYS([Date Assigned]@row, [Date Complete]@row), NETWORKDAYS([Date Assigned]@row, TODAY()))
cheers,
Answers
-
Hi @tariq.shaikh@signspecialists.com
It looks like your ISDATE term isn't closed.
=IF(ISDATE([Date Complete]@row), NETWORKDAYS([Date Assigned]@row, [Date Complete]@row), NETWORKDAYS([Date Assigned]@row, TODAY()))
cheers,
-
Thank you KDM. That works great!
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.8K 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
- 284 Events
- 33 Webinars
- 7.3K Forum Archives