[]
        
(Showing Draft Content)

DAYS

This function calculates the number of days between two dates.

Syntax

DAYS(end_date, start_date)

Arguments

This function has these arguments:

Argument

Description

end_date

 [Required] The end date, specified as a serial number (e.g., 37806), a string, or a cell reference

start_date

 [Required] The start date, specified as a serial number (e.g., 37806), a string, or a cell reference

Examples

DAYS("5/15/11","4/1/11") give the result 44