In this article:

Find the Date X Days After The Start Date in Google Sheets

May 8, 2024

Addition is enough (also subtraction)

As we have said in our previous tutorial on finding the difference between two dates, Google Sheets stores the dates in a special format which allows one to perform addition and subtraction. 

To find a certain date after the start date, simply add the number of days through simple addition. Note that the count begins the next day after the specified start date. 

Similarly, if you’d like to find the date a certain number of days before the given date, you can simply do so through subtraction. Subtraction also skips the given date in the calculations. 

Shown below are examples:

The addition operation works in finding the date in the future or the past.
The addition operation works in finding the date in the future or the past. 

The EDATE function

If you need to look for a certain date a given number of months after the given date, you can use the EDATE function. The EDATE function gives you the date a certain number of months after or before the given date. The syntax of the function is as follows:

=EDATE(start_date, months)

Both the start_date and months can either include the actual dates or point to the cell containing the given values. The output is given in an MM/DD/YYYY format.

You can check the examples below:

EDATE function applied to a variety of dates and number of months, both forward and backward.
EDATE function applied to a variety of dates and number of months, both forward and backward.

The WORKDAY and WORKDAY.INTL functions

Google Sheets also allows you to instead count just the workdays, not including the weekend and the holidays. You can use the WORKDAY and WORKDAY.INTL functions for this. 

The WORKDAY function automatically ignores the weekends (Saturday and Sunday) when counting the dates. The syntax is given as follows:

=WORKDAY(start_date, num_days, [holidays])

The WORKDAY function allows you to specify the start date, the number of days, and also the holidays that fall on the workdays covered by the number of days. You can specify the cells containing the start date, the number of days, and the holidays. The examples are shown below:

WORKDAY function applied to various start dates. The addition method is also included for comparison, showing that the WORKDAY function excludes the weekends in the calculation.
WORKDAY function applied to various start dates. The addition method is also included for comparison, showing that the WORKDAY function excludes the weekends in the calculation. 

The WORKDAY.INTL function gives you more versatility by allowing you to specify the days that comprise the weekend. The syntax of the function is given below:

=WORKDAY.INTL(start_date, num_days, [weekend], [holidays])

The weekends can be specified using two different methods: the string method and the number method. By default, the weekend is set to 1, specifying Saturday and Sunday as the weekend days. The string method is a simpler method since it visualizes the days of the week into a string of 0’s and 1’s. Here’s a few examples:

0000011 - weekend at Saturday and Sunday

1000000 - weekend at Monday

1010100 - day-offs at Monday, Wednesday, and Friday

Make sure the weekend format is enclosed in quotation marks. You can check the examples below:

WORKDAY.INTL function applied to a single start date but with a variety of different days set as weekends, yielding different end dates.
WORKDAY.INTL function applied to a single start date but with a variety of different days set as weekends, yielding different end dates. 

Sample sheet

You can check the sample sheet below to see these samples work in Google Sheets:

Days After Given Date Sample Sheet

Get Google Sheets productivity and automation tips delivered straight to your inbox
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
We'll email you 1-3 times a week — and never share your information.
Get your copy of our free Google Sheets automation guide!
  • 27 pages of Google Sheets tips and tricks to save time
  • Covers pivot tables and other advanced topics
  • 100% free

Work less, automate more!

Use Lido to connect your spreadsheets to email, Slack, calendars, and more to automate data transfers and eliminate manual copying and pasting. View all use cases ->