Documentation/How Tos/Calc: DAYS function

From Apache OpenOffice Wiki
< Documentation‎ | How Tos
Revision as of 09:58, 16 January 2008 by Drking (Talk | contribs)

Jump to: navigation, search


DAYS

Returns the number of days between two dates

Syntax:

DAYS(enddate; startdate)

startdate and enddate may be dates as numbers or text (which is converted to number form).
DAYS returns enddate - startdate. The result may be negative.

Example:

DAYS("3Mar08"; "1Mar08")

returns 2.

DAYS(A1; A2)

where cell A1 contains the date 9Jun08 and A2 contains 2Jun08 returns 7.

See also:

DAYS360, NETWORKDAYS

Date & Time functions

Date & Time overview

Issues:

  • Note that DAYS does not count the first day of the period, but NETWORKDAYS does.
Personal tools