Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need a formula which:
if cell A1= the month (say 9 for September) and A2 = the year (say 2006) it will return the date of the 2nd Thursday of the month. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Patrick,
Applying Chip Pearson's generic formula ( http://www.cpearson.com/excel/DateTimeWS.htm ) to your scenario, try: =DATE(A2,A1,1+((2-(5=WEEKDAY(DATE(A2,A1,1))))*7)+(5-WEEKDAY(DATE(A2,A1,1)))) --- Regards, Norman "Patrick Simonds" wrote in message ... I need a formula which: if cell A1= the month (say 9 for September) and A2 = the year (say 2006) it will return the date of the 2nd Thursday of the month. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
1st and 3rd Thursday formula | Excel Discussion (Misc queries) | |||
Friday thru Thursday | Excel Worksheet Functions | |||
Display Monday or Thursday | Excel Worksheet Functions | |||
how do i set date as 1st thursday of every month | Excel Worksheet Functions | |||
Message Box to appear Thursday midday! | Excel Worksheet Functions |