Inside The Web
    Facebook Twitter Instagram
    Inside The Web
    • Office
      • Excel
      • Ms Word
      • OneDrive
      • Google Docs
      • Google Sheets
      • Google Drive
    • Email
      • Gmail
      • Outlook
      • Emal Etiquette
    • Office Etiquette
    • Productivity
    Inside The Web
    Home»Office»Excel»The Correct Way to Add Dates in Excel

    The Correct Way to Add Dates in Excel

    Asmi DhakalBy Asmi DhakalNovember 20, 2023 Excel 4 Mins Read

    You can add days to dates in Excel using the plus operator, or a SUM function. If you’re looking to add greater values such as months, or years, use the EDATE and DATE functions respectively.

    Before adding your dates, make sure your cells are formatted as dates. Select your cell/range and head to the Home tab. In the Number section, ensure the format is set to either Short Date or long date.

    Note: To convert a cell to date, select it and use the Ctrl + ; shortcut.

    Add Days to Date

    There are two ways to add days to dates. To add a different number of days to each date, use either the plus operator or the SUM function.

    If you wish to add the same number of days in an entire column, use Paste Special to save time.

    Using the Plus Operator

    Let’s add days in range B2:B5 to dates in their corresponding cells in range A2:A5 using the plus operator.

    Here are the formula and results for each date value:

    DateDaysFormulaResult
    2023-09-061=A2+$B$22023-09-07
    2023-09-117=A3+$B$32023-09-18
    2023-09-1830=A4+$B$42023-10-19
    2023-09-09365=A5+$B$52024-09-08
    Adding days to dates

    Use Paste Special

    If you want to quickly add days into the range, use the Paste Special tool.

    Paste Special allows you to operate on cells before you paste them to your sheet. We will use the Add operation from Paste Special to add more days to our dates in Excel.

    Let’s assume I want to extend all my employee’s task deadlines by 5 days. Here’s how I’ll use the Paste Special tool to make this adjustment:

    1. Select cell G5 and copy it (Ctrl + C). Cell G5 has the number of days I wish to add.
    2. Select range A2:A11 and right-click on it.
      paste special
    3. Choose Paste Special.
    4. Under Paste, choose Values.
    5. In the Operation section, select Add.
      paste special add values
    6. Click OK.

    Add Months to Date

    Say, you’re now trying to postpone a project for a few months. While you can convert the month into days, this can take you some time. This is because months have a varying number of days of 28, 30, or 31.

    You can instead use the EDATE function to add months to your total date. However, remember that the EDATE function is only for integers and not decimal values.

    Here’s the syntax for EDATE when constructing a formula:

    =EDATE(start_date, months)
    ArgumentDate TypeDescription
    start_dateDATEThe date you wish to add months to. This can also be a reference.
    monthsINTEGERThe number of days you wish to add.

    Here is a list of ten different dates in range B2:B11. We will be extending these dates by the months listed in their corresponding cells in range C2:C11.

    In cell C2, enter the following formula and apply it to the rest of the range:

    =EDATE(B2,C2)
    EDATE function

    The current cell format is set to General. Therefore, we received the serial number values for the dates. To change this format, you can simply go to Home > General > Short Date/ Long Date.

    change date format

    Add Years to Date

    You can use the above-mentioned steps to easily add years to your date in Excel.

    However, if you wish to use a different method, you can use the DATE function. Here’s how you write the DATE function when constructing a formula:

    =DATE(year,month,day)

    If you have year, month, and days separated into three different cells, you can reference them in the allocated sections. However, if you have full date values in the cell, you will have to nest your date inside the YEAR, MONTH, and DAY functions.

    Then, in the year section of the argument, simply use the plus operator and insert the number of years you wish to add to the date.

    Here’s how I added years to my date in the following sheet:

    =DATE(YEAR(B2)+C2,MONTH(B2),DAY(B2))
    DATE function
    Excel Basics
    Asmi Dhakal

      Asmi is a content writer specializing in MS Office. She loves writing Excel-related content to assist other users to learn their way around the program. She started using Excel when she first entered the industry as a marketing intern. Soon, she realized that learning the often-overlooked spreadsheet program was no piece of cake. In her articles, she attempts to brief out complex topics to help beginner to intermediate-level Excel users. Asmi uses Excel for everything, including creating a grocery list to managing her personal finance. She’s a bit dramatic when it comes to the Flash Fill feature; so much so that could write a eulogy out of it. When she’s not working, you’ll find her learning a new recipe, or cleaning up her mess (out of the failed recipe).

      Related Posts

      Excel By Nisha Gurung

      How to Compare Two Columns in Excel Using VLOOKUP

      Excel By Nisha Gurung

      How to Share Excel Files with Multiple Users

      Excel By Nisha Gurung

      How to Filter Based on a List in Excel

      Add A Comment
      Table of ContentsToggle Table of ContentToggle
      • Add Days to Date
        • Using the Plus Operator
        • Use Paste Special
      • Add Months to Date
      • Add Years to Date
      • Home
      • About Us
      • Privacy Policy
      © 2025 Inside The Web

      Type above and press Enter to search. Press Esc to cancel.