Microsoft Excel “DAY, MONTH, YEAR Functions” are date related functions helps to extract the Day, Month or Year from a Date. These functions are very helpful and while transforming the existing database and each of them has their unique characteristics.
“DAY” function will return the “Day” value from a complete Date. Output of the function will be in Numeric format and would be between 1 to 31.
“MONTH” function will return the “Month” value from a complete Date. Output of the function will be in Numeric format and would be between 1 to 12.
“YEAR” function will return the “Year” value from a complete Date. Output of the function will be in Numeric Year format.
“DAY, MONTH, YEAR Functions” can be used in any Date format, which makes the function useful and advantageous. Applying the functions manually (one by one) to insert the value is very difficult and “DAY, MONTH, YEAR Functions” helps to apply the function in large database at once and makes the work easy, saves time and increases efficiency.
“DAY, MONTH, YEAR Functions” are very useful and can be used in many situations. Like it can be used as follows:
– Preparing and consolidation of report as per DAY, MONTH or YEAR
– Preparing Aging report and Debtor/ Creditor summary as per specific period
– Or any other database where there is requirement extracting DAY, MONTH or YEAR
-DAY, MONTH or YEAR functions returns the output in Number format but if there is any error in the input cell then it will return the output error as “#VALUE!”
-We need to ensure that the input data i.e. Date should be in correct and recognizable format for Microsoft Excel.
=DAY(serial_Number)
Serial_number, argument is used to give the cell address of Date from which DAY should be extracted.
“DAY” function will return the output from a Date. As per below example we can see that with the help of DAY function, Day is extracted i.e. 19 from date i.e. 03/19/2020 (19th March 2020).
=MONTH(serial_Number)
Serial_number, argument is used to give the cell address of Date from which Month should be extracted.
“MONTH” function will return the output from a Date. As per below example we can see that with the help of MONTH function, MONTH is extracted i.e. 3 (March) from date i.e. 03/19/2020 (19th March 2020).
=YEAR(serial_Number)
Serial_number, argument is used to give the cell address of Date from which Year should be extracted.
“YEAR” function will return the output from a Date. As per below example we can see that with the help of YEAR function, YEAR is extracted i.e. 2020 from date i.e. 03/19/2020 (19th March 2020).
Hope you liked. Happy Learning.
Don’t forget to leave your valuable comments!
What is Absolute Value in Excel? The absolute value of a number is its distance from zero on the number line, regardless of direction, so it’s always a non-negative number. The ABS function in Excel…
This tutorial explains how to use the IFERROR function in Excel to catch and handle errors. It shows you how to replace errors with a blank cell, a different value, or a custom message. You’ll also learn how to use IFERROR with functions like VLOOKUP and INDEX MATCH, and how it compares to other error-checking functions like IF ISERROR and IFNA
This article unveils the magic of Power Query, a built-in Excel tool that simplifies data organization. Learn how to sort by single or multiple columns, create layered sorts for complex needs, and even reverse your data order entirely. Power Query puts you in control, transforming your data into a well-structured format for effortless analysis.
Want to learn how to unprotect Excel worksheet? Follow this simple guide to master this important skill in Excel. You can protect an Excel worksheet with or without a password. This helps keep your data…
In this tutorial, we’re going to explore one of the most intriguing features in Excel: the OFFSET function.
So, what is the OFFSET function in Excel? Simply put, OFFSET gives you a reference to a range of cells that’s moved from a starting point by a certain number of rows and columns.
In this guide, you will learn how to use the NPV function in Excel to calculate the net present value of an investment and how to avoid common mistakes when using NPV in Excel.