Monday 8 September 2014

Determine the Nth Day of Each Month in MS Excel.

How to Determine The Nth day Of Each Month / Excel formula to know the Nth day of Each Month in MS Excel.



Suppose you need to create a meeting schedule for the 2nd (Second) Wednesday of each month, then will you complete your task in Microsoft Excel.

To Complete this task you can use the following formula to come up with the dates.


The formula requires 4 input values.


A1 = Nth
A2 = Nday of the week (i.e. Sun=1, Mon=2 ... Sat=7)
A3 = Month
A4 = Year


 =DATE(A4,A3,1+((A1-(A2>=WEEKDAY(DATE(A4,A3,1))))*7)+(A2-WEEKDAY(DATE(A4,A3,1))))
Nth Day of Each Month


0 comments:

Post a Comment