I've used IFERROR successfully in the past, but for some reason I can't get it to work with this formual:
=NETWORKDAYS(TODAY(), [Request due date]@row, {Holidays}) * 8
I've tried:
=IFERROR(NETWORKDAYS(TODAY(), [Request due date]@row, {Holidays}) * 8), ""
=IFERROR(NETWORKDAYS(TODAY(), [Request due date]@row, {Holidays})) * 8), ""
I get UNPARSEABLE each time. I'm sure I must be missing a comma or something. Thanks in advance for the help!