How to Subtarct Months to Date in Excel

If you want to add or subtract a certain number of whole months to a date, you can use the DATE or EDATE function:

Example : Subtract months to a date with Excel EDATE

Excel provides a specialized function called EDATE that simplifies the process of working with dates when adding or subtracting months. This function is available in all versions of Excel form 2007:

=EDATE( start_date, months)

Arguments:

Start_date – the start date from which to count the numbers of months.

Months- the number of months to add( a positive value) or subtract (a negative value).

The following formula used on our column of dates yields exactly the same result as the DATE function in the previous example:

Using Edate()

How to Add or Subtract Dates in Excel

Adding or subtracting dates has many use cases. In many situations, we need to use that. If we want to add a few days/months/years to a project’s schedule date to reschedule the date or you want to check how long a single activity in a list of particular activities will take to complete. You can use a simple formula to add or subtract a number of days from a date, worksheet functions in Excel can be used instead for date manipulation. 

Similar Reads

How to Subtract Dates in Excel

If you have two dates in cells, for example in B2 and C2, and you want to know how many days are there between them, Excel has ways to help you find the days between two dates....

How to Subtract or Add Days to Date in Excel

Whether you’re working with a single date or a list of dates, Excel makes it easy to add or subtract a specific number of day using basic arithmetic operations....

How to Subtract Weeks to Date

When you need to adjust a date by specific number of weeks, Excel offers a simple solution. You can build upon the formulas used for adding or subtracting days, with a small modification: Just multiply the number of weeks by 7. This straightforward approach allows you to seamlessly workwith weeks in your date calculations....

How to Subtarct Months to Date in Excel

If you want to add or subtract a certain number of whole months to a date, you can use the DATE or EDATE function:...

How to Subtract Years to date in Excel

Expanding on the concept of adding months, adjusting dates by years in Excel employs a similar approach. The DATE(year, month, day)function remains your ally, with the added step of specifying the number of years to add or subtract:...

FAQs on How to Subtract Dates in Excel

How do we subtract two dates to find the difference in days? To Calculate the difference in days between two dates, simply subtract the earlier date from the later date. For example, if A2 consists the start date then B2 consists the end date, the formula would be : ‘B2-A2’....