| Line 1: |
Line 1: |
| − | <div id="6SpaceContent" class="zcontent" align="left"> | + | <div style="font-size:30px">'''NETWORKDAYS (start_date,end_date,holidays)'''</div><br/> |
| − | | |
| − | '''NETWORKDAYS'''(start_date,end_date,holidays) | |
| − | | |
| | where, | | where, |
| | + | *'''start_date''' represents the starting date, |
| | + | *'''end_date''' represents the end date, and |
| | + | *'''holidays''' is an optional range of one or more dates to exclude from the working days. |
| | + | **NETWORKDAYS() returns the number of whole workdays between two dates. |
| | | | |
| − | '''start_date''' - a date that represents the start date
| + | == Description == |
| | | | |
| − | '''end_date''' - a date that represents the end date.
| + | NETWORKDAYS(start_date, end_date, holidays) |
| | | | |
| − | '''holidays''' - an optional range of one or more dates to except from the working period | + | *'''start_date''', '''end_date''' and '''holidays''' should be entered either in 'date format' or 'dates returned using formulas'. |
| | + | *If date values are invalid, Calci displays #NULL error message. |
| | + | *We can use the DD/MM/YYYY format also. For Example:"14/5/2005[DD/MM/YYYY]". |
| | + | *We can use Range values also. For Example: NETWORKDAYS(DATE(2012,6,1),#12/31/2012-12/31/2013) |
| | + | * #date notation needs mm/dd/yy format . |
| | | | |
| − | </div>
| + | == Examples == |
| − | ----
| |
| − | <div id="1SpaceContent" class="zcontent" align="left">
| |
| | | | |
| − | Calci returns the number of working days between start_date and end_date except weekends and holidays.
| + | Consider the following example that shows the use of NETWORKDAYS function: |
| | | | |
| − | </div>
| + | <div id="2SpaceContent" class="zcontent" align="left"> |
| − | ----
| |
| − | <div id="7SpaceContent" class="zcontent" align="left"> | |
| | | | |
| − | If any parameter is not valid date, NETWORKDAYS returns NaN.
| + | {| id="TABLE3" class="SpreadSheet blue" |
| | + | |- class="even" |
| | + | | class=" " | 6/1/2013 |
| | + | | class=" " | |
| | + | | class=" " | |
| | | | |
| − | </div>
| + | |- class="odd" |
| − | ---- | + | | class="sshl_f" | 7/30/2013 |
| − | <div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
| + | | class=" " | |
| | + | | class=" " | |
| | | | |
| − | NETWORKDAYS
| + | |- class="even" |
| | + | | class=" " | 7/1/2013 |
| | + | | class=" " | |
| | + | | class=" " | |
| | | | |
| − | </div></div>
| + | |- class="odd" |
| − | ----
| + | | class=" " | 7/13/2013 |
| − | <div id="8SpaceContent" class="zcontent" align="left">
| + | | class=" " | |
| | + | | class=" " | |
| | + | |} |
| | | | |
| − | Lets see an example in (Column2,Row1)
| + | =NETWORKDAYS(A1,A2): Calculates working days in the range of cells A1 and A2. Weekend days are excluded. <br />Displays '''42''' as a result. |
| | + | =NETWORKDAYS(A1,A2,A3): Calculates working days in the range of cells A1 and A2 and a holiday in A3. <br />Weekend days are excluded. Displays '''41''' as a result. |
| | + | =NETWORKDAYS(A1,A2,A3:A4):Calculates working days in the range of cells A1 and A2 and holidays in A3, A4. <br />Weekend days are excluded, A4 is overlapped with weekend day. Displays '''41''' as a result. |
| | + | =NETWORKDAYS(DATE(2012,6,1),DATE(2012,12,31)): Calculates working days between two mentioned dates. <br />Displays '''152''' as a result. |
| | | | |
| − | <nowiki>=NETWORKDAYS(R1C1,R2C1)</nowiki>
| + | ==Related Videos== |
| | | | |
| − | NETWORKDAYS returns 24. | + | {{#ev:youtube|ZsT7i1Ckc6c|280|center|NETWORKDAYS}} |
| | | | |
| − | Consider another example (Column2,Row2)
| + | == See Also == |
| | | | |
| − | <nowiki>=NETWORKDAYS(R1C1,R2C1,[R4C1])</nowiki>
| + | *[[Manuals/calci/DATE | DATE]] |
| | + | *[[Manuals/calci/WORKDAY | WORKDAY]] |
| | | | |
| − | NETWORKDAYS returns 23.
| + | == References == |
| | | | |
| − | Example in (Column2,Row3)
| + | *[http://en.wikipedia.org/wiki/Date_format_by_country Date Formats] |
| | + | *[http://en.wikipedia.org/wiki/Calendar_date Date] |
| | | | |
| − | <nowiki>=NETWORKDAYS(RIC1,R2C1,R3C1:R4C1)</nowiki>
| |
| | | | |
| − | It returns 22.
| |
| | | | |
| − | </div>
| |
| − | ----
| |
| − | <div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></div></div>
| |
| − | ----
| |
| − | <div id="4SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Remarks </div></div>
| |
| − | ----
| |
| − | <div id="3SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Examples </div></div>
| |
| − | ----
| |
| − | <div id="11SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Description </div></div>
| |
| − | ----
| |
| − | <div id="2SpaceContent" class="zcontent" align="left">
| |
| | | | |
| − | {| id="TABLE3" class="SpreadSheet blue"
| + | *[[Z_API_Functions | List of Main Z Functions]] |
| − | |- class="even"
| |
| − | | class=" " |
| |
| − | | Column1
| |
| − | | Column2
| |
| − | | Column3
| |
| − | | Column4
| |
| − | |- class="odd"
| |
| − | | class=" " | Row1
| |
| − | | class=" " | 1/1/2008
| |
| − | | class="sshl_f" | 24
| |
| − | | class=" " |
| |
| − | | class=" " |
| |
| − | |- class="even"
| |
| − | | class=" " | Row2
| |
| − | | class=" " | 2/2/2008
| |
| − | | class="sshl_f" | 23
| |
| − | | class=" " |
| |
| − | | class=" " |
| |
| − | |- class="odd"
| |
| − | | Row3
| |
| − | | class=" sshl_f " | 1/2/2008
| |
| − | | class="sshl_f" | 22
| |
| − | | class=" " |
| |
| − | | class=" " |
| |
| − | |- class="even"
| |
| − | | Row4
| |
| − | | class=" " | 1/18/2008
| |
| − | | class=" SelectTD ChangeBGColor SelectTD" |
| |
| − | <div id="2Space_Handle" class="zhandles" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="2Space_Copy" class="zhandles" title="Click and Drag over to AutoFill other cells."></div><div id="2Space_Drag" class="zhandles" title="Click and Drag to Move/Copy Area.">[[Image:copy-cube.gif]] </div>
| |
| − | |
| |
| − | | class=" " |
| |
| − | |- class="odd"
| |
| − | | class=" " | Row5
| |
| − | | class=" " |
| |
| − | |
| |
| − | |
| |
| − | |
| |
| − | |- class="even"
| |
| − | | Row6
| |
| − | |
| |
| − | |
| |
| − | |
| |
| − | |
| |
| − | |}
| |
| | | | |
| − | <div align="left">[[Image:calci1.gif]]</div></div>
| + | *[[ Z3 | Z3 home ]] |
| − | ----
| |