I have an order book, showing date customer requires in A, actual ship date in B. Late is defined as >2 working days late, and ABS(NETWORKDAYS) is used with IF to get "yes" or "no" in C for each shipment.
If "yes" in C, then number of days late is posted in D.
First, I want to use array...