I'm having difficulty with an array formula using dates. What I'd like to do is, for a range of dates (in columns A and K), calculate the average of the NETWORKDAYS between them.
The formula I have now is:
{=AVERAGE(NETWORKDAYS(A9:A16,K9:K16))}
which returns a #VALUE! error.
Is it possible to use NETWORKDAYS in an array formula? It's very important that I calculate these numbers using business days.
The formula I have now is:
{=AVERAGE(NETWORKDAYS(A9:A16,K9:K16))}
which returns a #VALUE! error.
Is it possible to use NETWORKDAYS in an array formula? It's very important that I calculate these numbers using business days.