Using this formula to calculate duration of a project
=NETWORKDAY([PoC start date]@row, [PoC End date]@row)
But for blank rows - "Invalid Data Type" is entered
Hence when I try to average the duration - I am receiving "Invalid Data Type" error.
How can I edit the above Network days formula to ignore blank cells ?