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
- Customer Resources
- 66.1K Get Help
- 430 Global Discussions
- 149 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 154 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives