Adding days in Excel can be a breeze once you understand the correct formula to use. Whether you're calculating a deadline, determining a future date, or tracking progress, knowing how to add days to a date in Excel can be incredibly useful. Let's dive into the world of Excel formulas and learn how to add days to a date.

How to Use 20+ Date Formulas in Excel
How to Use 20+ Date Formulas in Excel

Before we start, ensure that your column is formatted as a date. If it's not, right-click on the column header, select 'Format Cells', then 'Number', and finally 'Date'. Now, let's get started with our main topics: adding days to a date and subtracting days from a date.

How to Add 7 Days to a Date in Excel (3 Methods)
How to Add 7 Days to a Date in Excel (3 Methods)

Adding Days to a Date

To add days to a date in Excel, you'll use the EDATE function. This function adds a specified number of months to a date, but we can trick it into adding days by using a fraction of a month. Here's how:

Auto-Write Dates in Excel With This simple Trick in Seconds!📅  #excel #excelshorts
Auto-Write Dates in Excel With This simple Trick in Seconds!📅 #excel #excelshorts

EDATE(start_date, months/12)

Adding Days to a Single Date

the basic excel formats for each type of text, including numbers and letters in green
the basic excel formats for each type of text, including numbers and letters in green

Suppose you want to add 100 days to a single date, like today's date. In cell A1, enter =EDATE(TODAY(), 100/12). This formula adds approximately 100 days to today's date and displays the result in cell A1.

To add days to a specific date, replace TODAY() with your date. For example, to add 100 days to January 1, 2022, use =EDATE(DATE(2022, 1, 1), 100/12).

Adding Days to a Range of Dates

a table with the date and time listed for each task in excel 2010 - 2013
a table with the date and time listed for each task in excel 2010 - 2013

Now, let's add days to a range of dates. In cell A2, enter =EDATE(A1, 100/12). This formula adds 100 days to the date in cell A1 and displays the result in cell A2. To apply this formula to the entire column, drag the fill handle (small square in the bottom-right corner of the cell) down to copy the formula for the rest of the dates.

If your dates are in a different column, adjust the formula accordingly. For example, if your dates are in column B, use =EDATE(B1, 100/12) in cell A2.

Subtracting Days from a Date

How to Add Dates in Excel Automatically (2 Simple Steps)
How to Add Dates in Excel Automatically (2 Simple Steps)

To subtract days from a date in Excel, you can use the same EDATE function, but with a negative number of months. Here's how:

EDATE(start_date, -months/12)

How to Extract Day, Month, Year from Date in Excel | Excel Formula | Excel Function | Excel World
How to Extract Day, Month, Year from Date in Excel | Excel Formula | Excel Function | Excel World
Boost Productivity: Create a Dynamic, Interactive Calendar in Excel 🗓️
Boost Productivity: Create a Dynamic, Interactive Calendar in Excel 🗓️
Turn Dates Into Day Names Fast in Excel
Turn Dates Into Day Names Fast in Excel
Add days to any date in Excel
Add days to any date in Excel
Calculate Number of Days Between Two Dates in Excel (8 Quick Tricks)
Calculate Number of Days Between Two Dates in Excel (8 Quick Tricks)
How to put dates in excel!
How to put dates in excel!
Calender in Excel ‼️ Amazing Excel trick using data validation and conditional formatting ✅ #Excel
Calender in Excel ‼️ Amazing Excel trick using data validation and conditional formatting ✅ #Excel
an excel chart with the date and time in excel
an excel chart with the date and time in excel
Work in Excel Faster Than Ever – Speed Up Your Workflow
Work in Excel Faster Than Ever – Speed Up Your Workflow
How To Add Days, Months & Years to Dates In Excel
How To Add Days, Months & Years to Dates In Excel
How to add a countdown from today until a specific date
How to add a countdown from today until a specific date
Top 6 Excel Date Formulas
Top 6 Excel Date Formulas
Add Today's Date & Time Fast in Excel
Add Today's Date & Time Fast in Excel
Exel Formulas
Exel Formulas
excel shortcut video
excel shortcut video
How to Calculate Over Time in Excel 🔥#excel #shortsvideo #exceltips #tipsntricks #exceltutorial
How to Calculate Over Time in Excel 🔥#excel #shortsvideo #exceltips #tipsntricks #exceltutorial
how to find day name in excel | Find Day Name in Excel | Excel Tutorials | Excel 2022 | #excelshorts
how to find day name in excel | Find Day Name in Excel | Excel Tutorials | Excel 2022 | #excelshorts
How to Use AutoFill in Excel to Save Time
How to Use AutoFill in Excel to Save Time
🧮 Excel Formula Simplified!
🧮 Excel Formula Simplified!
50 Excel Formulas to Master
50 Excel Formulas to Master

Subtracting Days from a Single Date

To subtract 100 days from today's date, in cell A1, enter =EDATE(TODAY(), -100/12). To subtract days from a specific date, replace TODAY() with your date. For example, to subtract 100 days from January 1, 2022, use =EDATE(DATE(2022, 1, 1), -100/12).

Subtracting Days from a Range of Dates

To subtract days from a range of dates, follow the same steps as adding days. In cell A2, enter =EDATE(A1, -100/12) or adjust the column reference if needed. Then, drag the fill handle down to apply the formula to the rest of the dates.

Now that you know how to add and subtract days from dates in Excel, you're well on your way to mastering date manipulation in Excel. Keep practicing and exploring other date-related functions to become an Excel pro. Happy calculating!