Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using Networkdays function problem | Excel Discussion (Misc queries) | |||
networkdays problem | Excel Worksheet Functions | |||
NETWORKDAYS problem | Excel Programming | |||
NETWORKDAYS function problem | Excel Worksheet Functions | |||
Networkdays problem | Excel Worksheet Functions |