I have a formula that works, but for cells that should be blank, it shows INVALID DATA TYPE.

I've tried the IFERROR and that is not working.

It's a simple formula to count the dates between when the Case Manager was supposed to sign the form, to when they did sign the form.

=NETWORKDAYS([Document Signed Date]@row, [Document Signature Required Date]@row)

As soon as I make it a column formula, it shows all the cells as INVALID DATA TYPE.

The IFERROR formula isn't working:

=IFERROR(=NETWORKDAYS([Document Signed Date]@row, [Document Signature Required Date]@row, ""))

This results in INCORRECT ARGUMENT.

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!