59 lines
4.1 KiB
XML
59 lines
4.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<helpdocument version="1.0">
|
|
<!--
|
|
* This file is part of the LibreOffice project.
|
|
*
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
*
|
|
* This file incorporates work covered by the following license notice:
|
|
*
|
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
* contributor license agreements. See the NOTICE file distributed
|
|
* with this work for additional information regarding copyright
|
|
* ownership. The ASF licenses this file to you under the Apache
|
|
* License, Version 2.0 (the "License"); you may not use this file
|
|
* except in compliance with the License. You may obtain a copy of
|
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
|
-->
|
|
|
|
<meta>
|
|
<topic id="textscalc01func_networkdaysxml" indexer="include" status="PUBLISH">
|
|
<title id="tit">NETWORKDAYS</title>
|
|
<filename>/text/scalc/01/func_networkdays.xhp</filename>
|
|
</topic>
|
|
</meta>
|
|
|
|
<body>
|
|
|
|
<bookmark branch="index" id="bm_id3151254">
|
|
<bookmark_value>NETWORKDAYS function</bookmark_value>
|
|
<bookmark_value>NETWORKDAYS_EXCEL2003 function</bookmark_value>
|
|
</bookmark>
|
|
|
|
<bookmark branch="hid/SC_HID_AAI_FUNC_NETWORKDAYS" id="bm_id3153696" localize="false"/>
|
|
<h1 id="hd_id3151254"><variable id="networkdays"><link href="text/scalc/01/func_networkdays.xhp">NETWORKDAYS</link></variable></h1>
|
|
<paragraph id="par_id3153788" role="paragraph"><ahelp hid="HID_AAI_FUNC_NETWORKDAYS">Returns the number of workdays between a <emph>start date</emph> and an <emph>end date</emph>. Holidays can be deducted.</ahelp></paragraph>
|
|
<embed href="text/scalc/01/04060102.xhp#ADD_note"/>
|
|
<embed href="text/scalc/01/ODFF.xhp#odff"/>
|
|
<embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/>
|
|
<paragraph id="par_id3145775" role="code">NETWORKDAYS(StartDate; EndDate [; [ Holidays ] [; Workdays ] ])</paragraph>
|
|
<paragraph id="par_id3153885" role="paragraph"><emph>StartDate</emph> is the date from when the calculation is carried out. If the start date is a workday, the day is included in the calculation.</paragraph>
|
|
<paragraph id="par_id3151110" role="paragraph"><emph>EndDate</emph> is the date up until when the calculation is carried out. If the end date is a workday, the day is included in the calculation.</paragraph>
|
|
<paragraph id="par_id3154115" role="paragraph"><emph>Holidays</emph> is an optional list of holidays. These are non-working days. Enter a cell range in which the holidays are listed individually.</paragraph>
|
|
<paragraph id="par_id160920161749585013" role="paragraph"><emph>Workdays</emph> is an optional list of number values defining standard work week. This list starts by Sunday, workdays are indicated by zero and non-working days by non-zero value.</paragraph>
|
|
<embed href="text/scalc/01/04060102.xhp#datenumberinfo"/>
|
|
<embed href="text/scalc/01/04060102.xhp#datenumberwarn"/>
|
|
<embed href="text/scalc/01/common_func.xhp#datenumbersequencenote"/>
|
|
<embed href="text/scalc/01/ful_func.xhp#func_head_example"/>
|
|
<paragraph id="par_id3154661" role="paragraph">How many workdays fall between 2001-12-15 and 2002-01-15? The start date is located in C3 and the end date in D3. Cells F3 to J3 contain the following Christmas and New Year holidays: "2001-12-24", "2001-12-25", "2001-12-26", "2001-12-31", "2002-01-01".</paragraph>
|
|
<paragraph id="par_id3147328" role="paragraph"><item type="input">=NETWORKDAYS(C3;D3;F3:J3)</item> returns 17 workdays.</paragraph>
|
|
<paragraph id="par_id160920161751233621" role="paragraph">How many workdays fall between September 12nd and 25th in 2016 if only Mondays, Tuesdays and Wednesdays are considered as workdays?</paragraph>
|
|
<paragraph id="par_id160920161751235483" role="paragraph"><item type="input">=NETWORKDAYS(DATE(2016;9;12); DATE(2016;9;25); ; {1;0;0;0;1;1;1})</item> returns 6 workdays.</paragraph>
|
|
<section id="relatedtopics">
|
|
<tip id="par_id151677015372427"><link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/NETWORKDAYS">NETWORKDAYS wiki page</link>.</tip>
|
|
<embed href="text/scalc/01/04060102.xhp#datetimefunctions"/>
|
|
</section>
|
|
</body>
|
|
</helpdocument>
|