[]
This function calculates the number of days between two dates.
DAYS(end_date, start_date)
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 |
DAYS("5/15/11","4/1/11") give the result 44