Thread: NETWORKDAYS
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ChrisG[_2_] ChrisG[_2_] is offline
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.