Difference between revisions of "Documentation/How Tos/Calc: WEEKNUM ADD function"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
(11 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{Documentation/MasterTOC
 +
|bookid=1234'''
 +
|booktitle=<div style="padding: 8px; font-size: 140%; font-weight: bold; background-color: #9BC0F5;">CALC FUNCTIONS</div>
 +
|ShowParttitle=block|parttitle=[[Documentation/How_Tos/Calc:_Date_%26_Time_functions|<div  style="font-size: 140%;">Date & Time Functions]]
 +
|ShowNextPage=block|NextPage=Documentation/How_Tos/Calc:_MONTHS_function
 +
|ShowPrevPage=block|PrevPage=Documentation/How_Tos/Calc:_WEEKNUM_function
 +
|ShowPrevPart=block|PrevPart=Documentation/How_Tos/Calc:_Database_functions
 +
|ShowNextPart=block|NextPart=Documentation/How_Tos/Calc:_Financial_functions
 +
|toccontent= <div style="padding: 4px; font-size: 130%; font-weight: hidden; background-color:#DCE9FC;">FUNCTIONS</div>
 +
* [[Documentation/How_Tos/Calc:_TODAY_function|<div style="font-size: 120%;">Today]]
 +
* [[Documentation/How_Tos/Calc:_NOW_function|<div style="font-size: 120%;">Now]]
 +
* [[Documentation/How_Tos/Calc:_YEAR_function|<div style="font-size: 120%;">Year]]
 +
* [[Documentation/How_Tos/Calc:_MONTH_function|<div style="font-size: 120%;">Month]]
 +
* [[Documentation/How_Tos/Calc:_DAY_function|<div style="font-size: 120%;">Day]]
 +
* [[Documentation/How_Tos/Calc:_WEEKDAY_function|<div style="font-size: 120%;">Weekday]]
 +
* [[Documentation/How_Tos/Calc:_HOUR_function|<div style="font-size: 120%;">Hour]]
 +
* [[Documentation/How_Tos/Calc:_MINUTE_function|<div style="font-size: 120%;">Minute]]
 +
* [[Documentation/How_Tos/Calc:_SECOND_function|<div style="font-size: 120%;">Second]]
 +
* [[Documentation/How_Tos/Calc:_DATE_function|<div style="font-size: 120%;">Date]]
 +
* [[Documentation/How_Tos/Calc:_DATEVALUE_function|<div style="font-size: 120%;">Datevalue]]
 +
* [[Documentation/How_Tos/Calc:_TIME_function|<div style="font-size: 120%;">Time]]
 +
* [[Documentation/How_Tos/Calc:_TIMEVALUE_function|<div style="font-size: 120%;">Timevalue]]
 +
* [[Documentation/How_Tos/Calc:_EOMONTH_function|<div style="font-size: 120%;">Eomonth]]
 +
* [[Documentation/How_Tos/Calc:_EDATE_function|<div style="font-size: 120%;">Edate]]
 +
* [[Documentation/How_Tos/Calc:_WORKDAY_function|<div style="font-size: 120%;">Workday]]
 +
* [[Documentation/How_Tos/Calc:_NETWORKDAYS_function|<div style="font-size: 120%;">Networkdays]]
 +
* [[Documentation/How_Tos/Calc:_DAYS_function|<div style="font-size: 120%;">Days]]
 +
* [[Documentation/How_Tos/Calc:_DAYS360_function|<div style="font-size: 120%;">Days360]]
 +
* [[Documentation/How_Tos/Calc:_DAYSINMONTH_function|<div style="font-size: 120%;">Daysinmonth]]
 +
* [[Documentation/How_Tos/Calc:_DAYSINYEAR_function|<div style="font-size: 120%;">Daysinyear]]
 +
* [[Documentation/How_Tos/Calc:_WEEKS_function|<div style="font-size: 120%;">Weeks]]
 +
* [[Documentation/How_Tos/Calc:_WEEKSINYEAR_function|<div style="font-size: 120%;">Weeksinyear]]
 +
* [[Documentation/How_Tos/Calc:_WEEKNUM_function|<div style="font-size: 120%;">Weeknum]]
 +
* [[Documentation/How_Tos/Calc:_WEEKNUM_ADD_function|<div style="font-size: 120%; border-style: double; border-color:#778899;">Weeknum_add]]
 +
* [[Documentation/How_Tos/Calc:_MONTHS_function|<div style="font-size: 120%;">Months]]
 +
* [[Documentation/How_Tos/Calc:_YEARS_function|<div style="font-size: 120%;">Years]]
 +
* [[Documentation/How_Tos/Calc:_ISLEAPYEAR_function|<div style="font-size: 120%;">Isleapyear]]
 +
* [[Documentation/How_Tos/Calc:_EASTERSUNDAY_function|<div style="font-size: 120%;">Eastersunday]]
 +
* [[Documentation/How_Tos/Calc:_YEARFRAC_function|<div style="font-size: 120%;">Yearfrac]]
 +
}}__TOC__
  
 
== WEEKNUM_ADD ==
 
== WEEKNUM_ADD ==
Line 8: Line 47:
 
=== Syntax: ===
 
=== Syntax: ===
 
<tt>'''WEEKNUM_ADD(date; mode)'''</tt>
 
<tt>'''WEEKNUM_ADD(date; mode)'''</tt>
: returns the 'conventional' non-ISO week number, where week 1 is the week that contains January 1st.
+
: returns the 'conventional' non-ISO week number, where week 1 is the week that contains January 1st.  
  
 
: <tt>'''date'''</tt> is the date as a date-time serial number or as text.
 
: <tt>'''date'''</tt> is the date as a date-time serial number or as text.
Line 14: Line 53:
 
: <tt>'''mode'''</tt> specifies which day is considered the first day of the week: <tt>'''1'''</tt> for Sunday, <tt>'''2'''</tt> for Monday.
 
: <tt>'''mode'''</tt> specifies which day is considered the first day of the week: <tt>'''1'''</tt> for Sunday, <tt>'''2'''</tt> for Monday.
  
: <tt>'''WEEKNUM_ADD'''</tt> mimics the behaviour of the <tt>'''[[Documentation/How_Tos/Calc: WEEKNUM function|WEEKNUM]]'''</tt> function in Excel.
+
: <tt>'''WEEKNUM_ADD'''</tt> mimics the behaviour of the <tt>'''WEEKNUM'''</tt> function in Excel. Calc's <tt>[[Documentation/How_Tos/Calc: WEEKNUM function|WEEKNUM]]</tt> function returns the international standard ISO8601 week number.
  
 
=== Example: ===
 
=== Example: ===
<tt>'''WEEKNUM_ADD("2010/01/07"; 2)'''</tt>
+
<tt>'''WEEKNUM_ADD("2010-01-07"; 2)'''</tt>
 
: returns <tt>'''2'''</tt>. 7Jan10 is a Thursday, and 1Jan10 is the Friday of the preceding week.
 
: returns <tt>'''2'''</tt>. 7Jan10 is a Thursday, and 1Jan10 is the Friday of the preceding week.
 
=== See also: ===
 
'''[[Documentation/How_Tos/Calc: WEEKNUM function|WEEKNUM]]'''
 
 
'''[[Documentation/How_Tos/Calc: Date & Time functions|Date & Time functions]]'''
 
 
'''[[Documentation/How_Tos/Calc: Date & Time functions#Date and Time overview|Date & Time overview]]'''
 
  
 
=== Issues: ===
 
=== Issues: ===
 
*<tt>'''WEEKNUM_ADD'''</tt> is called <tt>'''WEEKNUM'''</tt> in the forthcoming ODFF standard.
 
*<tt>'''WEEKNUM_ADD'''</tt> is called <tt>'''WEEKNUM'''</tt> in the forthcoming ODFF standard.
 +
 +
{{SeeAlso|EN|
 +
* [[Documentation/How_Tos/Calc: WEEKNUM function|WEEKNUM]]
 +
* [[Documentation/How_Tos/Calc: YEAR function|YEAR]]
 +
* [[Documentation/How_Tos/Calc: MONTH function|MONTH]]
 +
* [[Documentation/How_Tos/Calc: DAY function|DAY]]
 +
* [[Documentation/How_Tos/Calc: WEEKDAY function|WEEKDAY]]
 +
* [[Documentation/How_Tos/Calc: HOUR function|HOUR]]
 +
* [[Documentation/How_Tos/Calc: MINUTE function|MINUTE]]
 +
* [[Documentation/How_Tos/Calc: SECOND function|SECOND]]
 +
* [[Documentation/How_Tos/Calc: Date & Time functions#Date and Time overview|Date & Time overview]]
 +
* [[Documentation/How_Tos/Calc: Date & Time functions|Date & Time functions]]
 +
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 +
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 +
[[Category: Documentation/Reference/Calc/Date and Time functions]]

Revision as of 07:54, 17 July 2018


WEEKNUM_ADD

Returns the non-ISO week number of a given date.

This function is only available if the Analysis AddIn is installed.

Syntax:

WEEKNUM_ADD(date; mode)

returns the 'conventional' non-ISO week number, where week 1 is the week that contains January 1st.
date is the date as a date-time serial number or as text.
mode specifies which day is considered the first day of the week: 1 for Sunday, 2 for Monday.
WEEKNUM_ADD mimics the behaviour of the WEEKNUM function in Excel. Calc's WEEKNUM function returns the international standard ISO8601 week number.

Example:

WEEKNUM_ADD("2010-01-07"; 2)

returns 2. 7Jan10 is a Thursday, and 1Jan10 is the Friday of the preceding week.

Issues:

  • WEEKNUM_ADD is called WEEKNUM in the forthcoming ODFF standard.



See Also
Retrieved from "https://wiki.openoffice.org/w/index.php?title=Documentation/How_Tos/Calc:_WEEKNUM_ADD_function&oldid=243417"
Views
Personal tools
Navigation
Tools