Any help would be great
I thought this would be simple, but it isn't working.
Original formula:
=WORKDAY([Production Begins]@row, +[1st Proof Lead Time]@row, {Holidays Range 3}) provides a date in the column.
Formula with IFERROR added:
=IFERROR(WORKDAY([Production Begins]@row, +[1st Proof Lead Time]@row, {Holidays Range 3}), “”) this results in an unparseable error.