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.