Hi all,
I am trying to create a formula where I am getting an invalid data error message when dates are not populated. Below is the beginning of my formula:
=NETWORKDAYS([Phase Start Date]44, [Phase End Date]48)
I am trying to add a 0 if there is an error, however I'm missing something in the formula:
=NETWORKDAYS([Phase Start Date]44, [Phase End Date]48), IFERROR([Days to Complete]49:[Days to Complete]97,0)
TIA!
Heather