logo
excelfunctions.org
bookmarks

DAYS

Returns the number of days between two dates.

Date & TimeDates & Time Calculations

What it does

Calculates the number of days between an end date and start date.

Syntax

DAYS(end_date, start_date)

Arguments

  • end_date(date) β€” The end date.
  • start_date(date) β€” The start date.

Examples

Days Between

Calculate days between dates.

FORMULA
=DAYS(B2, A2)
RESULT
365
SAMPLE DATA
AB
1StartEnd
22023-01-012024-01-01