#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default NETWORKDAYS

I received a WS with the function NETWORKDAYS being used
as follows

=NETWORKDAYS(BO91,BU91,holidays)-1

where

BO91 = Start Date
BU91 = End Date
holidays = the header cell on a range of dates in another
worksheet.

my questions....How does the function know that holidays
is a range and how can I assess that condition.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,089
Default NETWORKDAYS

Chris

From the menu select Insert | Name | Define. You should then see a dialogue
box listing all the named ranges.

holiday should be one of the ranges named and you should be able to then
view it. It could be on another sheet which may be hidden.

Regards

Trevor


"ChrisG" wrote in message
...
I received a WS with the function NETWORKDAYS being used
as follows

=NETWORKDAYS(BO91,BU91,holidays)-1

where

BO91 = Start Date
BU91 = End Date
holidays = the header cell on a range of dates in another
worksheet.

my questions....How does the function know that holidays
is a range and how can I assess that condition.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default NETWORKDAYS

it might be worth checking whether holidays is a named range - go to
Insert - Name - Define and see if holidays is in the list of named ranges


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 124
Default NETWORKDAYS

It doesn't "know", but if it isn't a named range, the formula will give an error. It should
refer to a multi-cell range (in a single row or column), not to the header cell only (unless you
have only 1 holiday).

On Wed, 23 Jul 2003 13:50:13 -0700, "ChrisG" wrote:

I received a WS with the function NETWORKDAYS being used
as follows

=NETWORKDAYS(BO91,BU91,holidays)-1

where

BO91 = Start Date
BU91 = End Date
holidays = the header cell on a range of dates in another
worksheet.

my questions....How does the function know that holidays
is a range and how can I assess that condition.


Reply
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
networkdays oldLearner57 Excel Discussion (Misc queries) 2 April 14th 08 06:26 PM
NETWORKDAYS #NAME? Angiewelly Excel Discussion (Misc queries) 4 April 7th 08 04:20 PM
NETWORKDAYS? Maybe not? Ken Excel Discussion (Misc queries) 2 March 28th 08 02:08 PM
NETWORKDAYS Connie Martin Excel Worksheet Functions 3 July 28th 06 07:52 PM
networkdays Christian (DK) Excel Worksheet Functions 6 November 21st 05 11:32 AM


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

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

About Us

"It's about Microsoft Excel"