The DAY function - The function returns the day of the day, month and year in Excel
The following article details how to use the DAY function, the function returns the day of the day, month and year in Excel.
Description: The function takes a date value from a date value. The return value is an integer between 1 and 31.
Syntax: DAY (serial_number) .
Inside:
serial_number is the date value that you want to extract the date value.
For example:
Separate date values from the following dates:
In the cell to calculate enter the formula: DAY (C7) .
Press Enter -> separated date value results:
Copying the formula for the remaining values results in:
If, if the month does not have 31 days, you still enter a date containing 31 days -> the function returns the # VALUE error value ! .
Above is the usage and some notes when using the DAY function in Excel.
Good luck!
You should read it
- MONTH function - The function returns the monthly value of a day expressed as a serial number in Excel
- DAY function - The function returns the date value of a specific date in Excel
- How to separate the date, month, and year columns into 3 different columns in Excel
- YEAR - The function returns the year corresponding to a date in Excel
- MONTH function in SQL Server
- SQL Server YEAR function
- MONTH function - The function converts a serial number into a month in Excel
- DAYS360 function - The function returns the number of days between 2 dates, based on 360 days in Excel
- EOMONTH function - The function returns the last day in the month before or after 1 day of a specified number of months in Excel
- DATEPART function in SQL Server
- DATENAME function in SQL Server
- How to use the IF function in Excel
Maybe you are interested
AMD has surpassed Intel in brand value
SQL way to count NULL and NOT NULL values in a column
Comparing Odroid-N2+ and Raspberry Pi 4: Which option offers better value?
How to receive free gifts from IObit with a total value of nearly 150,000 USD
Write a program to find duplicate values in Python
Write a program to check duplicate values in Python