Documentation/How Tos/Calc: WEEKNUM function

From Apache OpenOffice Wiki
< Documentation‎ | How Tos
Revision as of 08:45, 18 January 2008 by Drking (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


WEEKNUM

Returns the ISO week number of a given date.

Syntax:

WEEKNUM(date; mode)

returns the international standard ISO8601 week number, where week 1 is the week that contains January 4th.
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

Example:

WEEKNUM("2010/01/07"; 2)

returns 1. 7Jan10 is a Thursday, and 4Jan10 the Monday of that week.

See also:

WEEKNUM_ADD

Date & Time functions

Date & Time overview

Issues:

  • To mimic the non-ISO behaviour of the Excel WEEKNUM function, use WEEKNUM_ADD.
  • WEEKNUM is called ISOWEEKNUM in the forthcoming ODFF standard.
Personal tools