NETWORKDAYS problem
Hi
I just noticed that you use a '-' instead of a comma ',' in the Networkdays
function. Could that be it?
Shouldn't it be
NETWORKDAYS(start_date,end_date)
instead of
NETWORKDAYS(start_date - end_date)
--
Regards,
Sébastien
<http://www.ondemandanalysis.com
"Seymour" wrote:
I am trying to find the average number of workdays between two named columns
(ActivityEnd and ReportComplete) in the month of January. It has to be an
array calculation because each row is a separate project. The following
produces a #VALUE! error, possibly because NETWORKDAYS won't work with arrays.
{=AVERAGE((NOT(ISBLANK(ActivityEnd)))*(NOT(ISBLANK (ReportComplete)))*(NETWORKDAYS(ReportComplete-ActivityEnd))*(MONTH(ActivityStart)=1))}
Can anyone offer a suggestion?
Thanks,
Cassandra
|