Could someone tell me how to write this Excel formula for Smartsheet?
Excel: exclude holidays and leave blank if date completed is empty.
=IF(NETWORKDAYS(E2,G2,Holiday)<0,"",NETWORKDAYS(E2,G2,Holiday))
Smartsheet: exclude holidays (I have a hidden holiday column) and leave work days total blank if date completed is empty.
=NETWORKDAYS([Date Assigned to Contractor]1, [Date Completed]1)
Thank you.