Hi,
I have a formula to calculate the business days between the date REQUESTED for a document, and the date ALL COMPLETE. It works fine unless the document is requested after 5pm and/or completed after 5pm PST. For instance, if the Request is 5:30 pm, and the Complete is 6:30pm same day, I’m getting -2, instead of getting 1 business day.
Any suggestion on how to adjust my formula so that the -2 is converted to “1” ?
=IFERROR(NETWORKDAYS(Requested@row, [All Complete]@row), " ")
The IFERROR is there because sometimes there are notes in the Complete cells (which is a date column), so I want those cells to be blank.
I get the same -2 if I use “NETDAYS” or “NETWORKDAYS”
I’ve tried adding various AND formulas, but it kept getting an error.
Thank you for your assistance.