Hello Excel Gurus,
Can someone help with a bus day interval calculation involving WORKDAY and NETWORKDAYS calculations? If the status of the query is "Closed" and the end date is greater than the set interval, then show the number of days the query is late. If the status of the query is "Cancelled" leave the field blank. The formula I attempted includes the removal of holidays in the WORKDAY and NETWORKDAYS calculations. At first I neglected to include the Cancelled=blank to see if i could get it to work, but I had no success.
This is my feeble attempt.
=IF(AND(J2="Closed",WORKDAY(G2,17,[Holidays]) >17),NETWORKDAYS(G2,H2,[Holidays]),"Cancelled”)
I used the block of dates in column A and labelled them "Holidays" for the purpose of the equation.
I appreciate it!
-Evan
Can someone help with a bus day interval calculation involving WORKDAY and NETWORKDAYS calculations? If the status of the query is "Closed" and the end date is greater than the set interval, then show the number of days the query is late. If the status of the query is "Cancelled" leave the field blank. The formula I attempted includes the removal of holidays in the WORKDAY and NETWORKDAYS calculations. At first I neglected to include the Cancelled=blank to see if i could get it to work, but I had no success.
This is my feeble attempt.
=IF(AND(J2="Closed",WORKDAY(G2,17,[Holidays]) >17),NETWORKDAYS(G2,H2,[Holidays]),"Cancelled”)
I used the block of dates in column A and labelled them "Holidays" for the purpose of the equation.
I appreciate it!
-Evan