WORKDAY

결과값은 정수값이며, 날짜 형식을 적용하면 결과값을 바르게 볼 수 있습니다. 이 함수는 시작날짜로부터 주어진 업무일(평일)만큼 뒤의 날짜를 구해 줍니다.

note

This function is part of the Open Document Format for Office Applications (OpenDocument) standard Version 1.2. (ISO/IEC 26300:2-2015)


구문

WORKDAY(StartDate; Days [; Holidays])

시작 날짜는 계산을 수행할 때 적용하는 마지막 날짜입니다. 시작 날짜가 근무일인 경우 해당 일은 계산에 포함됩니다.

날짜는 업무일의 수를 말합니다. 양수는 시작날짜부터 뒤로, 음수는 시작날짜 앞으로 날짜를 세어 나가도록 합니다.

공휴일는 주말을 제외한 공휴일의 목록입니다. 해당 날짜가 입력된 셀 주소를 적어 넣으면 됩니다.

note

When entering dates as part of formulas, slashes or dashes used as date separators are interpreted as arithmetic operators. Therefore, dates entered in this format are not recognized as dates and result in erroneous calculations. To keep dates from being interpreted as parts of formulas use the DATE function, for example, DATE(1954;7;20), or place the date in quotation marks and use the ISO 8601 notation, for example, "1954-07-20". Avoid using locale dependent date formats such as "07/20/54", the calculation may produce errors if the document is loaded under different locale settings.


tip

Unambiguous conversion is possible for ISO 8601 dates and times in their extended formats with separators. If a #VALUE! error occurs, then unselect Generate #VALUE! error in Tools - Options - Collabora Office Calc - Formula, button Details... in section "Detailed Calculation Settings", Conversion from text to number list box.


note

This function ignores any text or empty cell within a data range. If you suspect wrong results from this function, look for text in the data ranges. To highlight text contents in a data range, use the value highlighting feature.


2001년 12월 1일부터 17 업무일 후의 날짜가 언제일까요? 시작날짜로 C3 셀에 "2001-12-01"을 입력하고 D3 셀에는 구하고 싶은 값인 "17"을 입력하십시오. 만일 주변에 크리스마스나 신정같이 요일에 관계없는 공휴일이 있을 경우 이 날짜도 밑에 적어줍니다. 따라서 F3 셀부터 G3 셀에는 "2001-12-25", "2002-01-01"를 입력합니다.

=WORKDAY(C3;D3;F3:J3) returns 2001-12-28. Format the serial date number as a date, for example in the format YYYY-MM-DD.


Date & Time Functions

DATE

[text/scalc/01/func_datedif.xhp#datedif not found].

DATEVALUE

DAY

DAYS

DAYS360

DAYSINMONTH

DAYSINYEAR

EASTERSUNDAY

EDATE

EOMONTH

HOUR

ISLEAPYEAR

[text/scalc/01/func_isoweeknum.xhp#isoweeknum not found].

MINUTE

MONTH

MONTHS

NETWORKDAYS

NETWORKDAYS.INTL

NOW

SECOND

TIME

TIMEVALUE

TODAY

WEEKDAY

WEEKNUM

WEEKNUM_ADD

[text/scalc/01/func_weeknum_ooo.xhp#weeknum_ooo not found].

WEEKS

WEEKSINYEAR

WORKDAY

WORKDAY.INTL

YEAR

YEARFRAC

YEARS

Please support us!