Excel DAY Function

It returns the day of a month, i.e. integer from 1 to 31.

Syntax: 

DAY(serial_number)

Arguments:

1. serial_number: This value represents the day of the month you want to find. E.g: 5th day of June

Example 1

Example 2

The DAY(TODAY()) function returns the day of today’s date, as shown below:

Excel Date Functions with Formula Examples

There are many functions in Microsoft Excel that may be used to work with dates and timings in Excel. Each function completes a straightforward task, but by combining numerous functions into a single formula, you may handle trickier and more complicated problems. The purpose of discussing DATE functions in Excel is to help different people perform more complex and challenging tasks by combining several functions within one formula.

The DATE function is used to calculate dates in Excel. To work with these formulas you first need to insert the dates in Excel. Excel provides different functions to work with dates & times such as TODAY, NOW, WEEKDAY, EOMONTH, etc. which we will discuss here with examples.

Excel DATE function List

  • DATE Function

Get the Current date and Time

  • TODAY- It returns today’s date.
  • NOW– It returns the current date and time.

Converts Dates to / From text

  • DATEVALUE Helps to Convert date in the text format to date format
  • TEXT– It helps to convert a date to a text value.

Retrieve dates in Excel

  • DAY– It returns the day of the month
  • MONTH– It is used to return the month of a specified date
  • YEAR- It is used to return the year of a specified date
  • EOMONTH– It returns the last day of the month.
  • WEEKDAY– It is used to return the day of the week.
  • WEEKNUM– It is used ti return the week number of a date.

Calculate date difference

  • DATEDIFIt is used to return the difference between two dates
  • EDATE- It is used to return a date N months before or after the start date.
  • YEARFRAC- It is used to calculate the fraction of the year between 2 dates.

Calculates Workdays

  • WORKDAY- It returns a date N working days in the future or in the past.
  • WORKDAY.INTL– It returns a date N weekdays from the start date with custom weekends

Similar Reads

Excel DATE Function

It will return the date in serial number based on the year, month, or day value as provided....

Excel TODAY Function

The TODAY() function name suggests it will return today’s date, and it has no arguments....

Excel NOW Function

This function returns the current date as well as the time & doesn’t have any arguments....

Excel DATEVALUE Function

It converts the date in text format to a serial number, which can be represented as a date....

Excel TEXT Function

It converts any numeric value not only dates to a text string. Through this function, we can change the date to text strings in a variety of formats....

Excel DAY Function

It returns the day of a month, i.e. integer from 1 to 31....

Excel MONTH Function

This function returns the month of the given date as an integer from 1 to 12 (January to December)....

Excel YEAR Function

It returns the year of a specified date....

Excel EOMONTH Function

This function returns the last day of the month after adding a specified number of months to a given date....

Excel WEEKDAY Function

This function returns the day of the week as a number from 1 to 7 (Sunday to Saturday) according to the specified date....

Excel DATEDIF Function

This DATEDIF function calculates the difference between two dates in days, months, or years. For calculating the difference b/w dates which time interval should be used depends on the letter which we specify in our last argument i.e. at the unit....

Excel WEEKNUM Function

It returns the week number based on the specified date, i.e. from 1 to 52 weeks of the year....

Excel EDATE Function

This function adds or subtracts the specified month to a given date....

Excel YEARFRAC Function

This function returns the fraction of the year which represents the number of whole days between the start & end date....

Excel WORKDAY Function

This function helps if we exactly know how many working days we have & want to find out the date when the number of working will skip. This function always includes working days & excludes weekend days....

Excel WORKDAY.INTL Function

This is a modification of the WORKDAY function as it provides a custom weekend parameter that distinguishes this from the WORKDAY function....

Excel NETWORKDAYS Function

This function returns the number of working days between two dates, excluding weekends & holidays as optional arguments....

Excel NETWORKDAYS.INTL Function

This function also returns the number of working days between two dates but provides the additional argument weekend to specify which days should be counted as weekend days....

Frequently Asked Questions

What is a Date function? The DATE function in Excel combines the three independent values of year, month, and day to create a date. Syntax: DATE(year,month,day)...

Contact Us