In this article, we will learn how to calculate the date of the nth specific weekday of the month in Microsoft Excel 2010.
Consider a scenario in which you want to find out a formula that will show the date of Nth specific day weekday of the month.
We will use DATE & WEEKDAY functions to get the output.
DATE: Returns the number that represents the date in Microsoft Excel date-time code.
Syntax: =DATE(year,month,day)
year: The year argument can include one to four digits. By default, Excel uses the 1900 date system.
month: It is the second argument that represents the month of the year from 1 to 12 (January to December)
day: It isthe third argument that represents the day of the month from 1 to 31.
WEEKDAY: It returns a number from 1 to 7 identifying the day of the week of a date
Syntax: =WEEKDAY(serial_number,return_type)
serial_number: This represents the date of the day that you want to find.
return_type: This is optional. A number that determines the type of return value.
Let us take an example:
=DATE(C5,D5,1+((1-(6>=WEEKDAY(DATE(C5,D5,1),2)))*7+(6-WEEKDAY(DATE(C5,D5,1),2))))
=TEXT(E5,"dddd")
The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.
this is not working - i followed all rules -
following message is coming -
#Value!
Kindly guide
thanks