I am receiving an "invalid data type" result when I run this:
=IF(NOT(ISBLANK([Start Date]@row)), NETWORKDAYS([Due Date]@row, IF([Date Completed]@row <> "", [Date Completed]@row, TODAY())))
and there is a null value for Due date.
How can I add OR statement to this so that if either Start Date OR Due date are (not) blank then it will continue the function?