What is Edate in Excel mean?
Emma Johnson
Published Apr 05, 2026
Summary. The Excel EDATE function returns a date on the same day of the month, n months in the past or future. You can use EDATE to calculate expiration dates, maturity dates, and other due dates. Use a positive value for months to get a date in the future, and a negative value for dates in the past.
What is Edate used for in Excel?
The EDATE Function is categorized under Excel DATE/TIME Functions. The function helps add a specified number of months to a date and returns the result as a serial date.
What is the difference between Edate and Eomonth in Excel?
EDATE is a function in Excel that returns the serial number of the date, which is the indicated number of months before and after the start date. EOMONTH function returns the serial number of the last day of the month, that is, the number of months before or after the start_date.
The Excel DATE function creates a valid date from individual year, month, and day components. The DATE function is useful for assembling dates that need to change dynamically based on other values in a worksheet.
Can you use Edate for weeks?
Using the “EDATE” function you can tell Excel to add or subtract any number of days, weeks, months or years after a given date to produce the correct contract end date.
EDATE returns a date serial number; you may need to format the cell so it uses a date format that formats the returned value as you want it to appear. You should note that if the EDATE function does not work on your system, it means you have not installed or enabled the Analysis ToolPak.
How do you calculate Edate?
Here, 3rd April 2018 is the manufacturing date, and the duration is 30 days, which means 1 month. So, the EDATE formula applied is EDATE(B14,1), and the result is 3rd May 2018, which is 1 month after the start date. Cell D14 contains the result.
How do I add 4 weeks to a date in Excel?
Select a blank cell, here is C1, and click Kutools > Formula Helper > Date & Time helper.
In the Date & Time helper dialog, check Add or Subtract as you need in the Type section, then choose a date cell you want to use to calculate, then type the number of weeks you need to minuse or add.Click Ok.
The format is simple. It’s just EDATE(start_date,months). For example, if the last invoice date (1/15/2012) is in cell B2 and you need to find the next quarterly billing date, you could use the formula =EDATE(B2,3). That will give you 4/15/2012, the date 3 months from 1/15/2012.
What does e date mean?
Filters. The Internet equivalent of a date; the process of getting to know someone via instant messages or other computerized communication.
What does #value mean in Excel?
#VALUE is Excel’s way of saying, “There’s something wrong with the way your formula is typed. Or, there’s something wrong with the cells you are referencing.” The error is very general, and it can be hard to find the exact cause of it.
How do I autofill the last day of the month in Excel?
A slight variation on these steps could also be used:
In cell A4, enter the last day of the current month, such as 31 Oct 2012.Select cell A4.Right-click on the small square handle at the bottom right corner of the selection.Drag the mouse downward as many cells as desired. From the Context menu, choose Fill Months.
Microsoft Excel might show ##### in cells when a column isn’t wide enough to show all of the cell contents. Formulas that return dates and times as negative values can also show as #####. If dates are too long, click Home > arrow next to Number Format, and pick Short Date.
Is date formula in Excel?
Excel DATE function
DATE(year, month, day) returns a serial number of a date based on the year, month and day values that you specify. =DATE(YEAR(TODAY()), MONTH(TODAY()), 1) – returns the first day of the current year and month. =DATE(2015, 5, 20)-5 – subtracts 5 days from May 20, 2015.