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!
“NETWORKDAYS” function is very helpful feature in the Microsoft excel to calculate the working days from a particular period excluding “Saturday and Sundays”. NETWORKDAYS function subtract the Start Day from the End Date provided.
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
In Excel, a line break lets you finish one line of text and begin another within the same cell. It helps create separate lines of information without needing to move to a different cell.
Conditional Formatting helps to easily identify the usual and unusual numbers/ conditions, creating interactive visualization by means of Highlight Cells by Rules, Top/Bottom Rules, Data Bars, Color Scales and Icon Sets.
This step-by-step tutorial empowers you to leverage Power Query’s robust filtering capabilities. Learn to filter by date, text, numbers, and more, streamlining your workflow and unlocking deeper insights from your data. Watch now and elevate your Excel expertise!
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.