Nested ISDATE error

Options

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())))

Tags:

Best Answer

Answers