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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
(Issues:)
Line 30: Line 30:
  
 
=== Issues: ===
 
=== Issues: ===
<tt>'''WEEKSINYEAR'''</tt> is not part of the forthcoming ODFF international standard, and should not be regarded as portable.
+
* <tt>'''WEEKSINYEAR'''</tt> is not part of the forthcoming ODFF international standard, and should not be regarded as portable. It is not available in Excel.

Revision as of 05:34, 22 July 2008


WEEKSINYEAR

Returns the number of weeks in a year.

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

Syntax:

WEEKSINYEAR(date)

returns the number of weeks in the year in which date lies.
A week is considered to start on Monday, and is considered to be in the year if most of its days are in that year.

Example:

WEEKSINYEAR("2010-02-14")

returns 52, the number of weeks in 2010.

WEEKSINYEAR("2009-02-14")

returns 53, the number of weeks in 2009. In 2009, both 1st January and 31st December fall on a Thursday; the weeks containing 1st January and 31st December both have most of their days in 2009, and therefore both are counted.

See also:

ISLEAPYEAR, DAYSINYEAR, DAYSINMONTH, DAYS

Date & Time functions

Date & Time overview

Issues:

  • WEEKSINYEAR is not part of the forthcoming ODFF international standard, and should not be regarded as portable. It is not available in Excel.
Personal tools