LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default NETWORKDAYS problem


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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Using Networkdays function problem Bright Excel Discussion (Misc queries) 0 January 2nd 08 03:17 AM
networkdays problem goober Excel Worksheet Functions 3 December 23rd 05 04:36 AM
NETWORKDAYS problem Rick, United Kingdom Excel Programming 2 August 21st 05 10:00 PM
NETWORKDAYS function problem Arvi Laanemets Excel Worksheet Functions 5 April 19th 05 08:10 AM
Networkdays problem JamesDMartin Excel Worksheet Functions 3 March 31st 05 11:26 PM


All times are GMT +1. The time now is 08:43 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"