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.8K Get Help
- 439 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 510 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives