Excel Function

EDATE

Returns date shifted by specified months.

EDATE(start_date, months)

Arguments

start_date

Required

Enter a date/reference-related value.

months

Required

Enter a numeric value.

Practice Preview

calculate and display date/time values. Use EDATE to Returns date shifted by specified months. use 1 for months. Fill the argument fields below and complete a formula that achieves this goal.

Sample correct formula

=EDATE(B2, 1)

Practice This Function