Posted to microsoft.public.excel.worksheet.functions
|
|
How do I get the date for the 2nd friday of each month?
Thanks Bernard!
"Bernard Liengme" wrote:
With Oct 2 2006 in A1 (displayed in whatever format you use)
=DATE(YEAR(A1),MONTH(A1),1)+CHOOSE(WEEKDAY(DATE(YE AR(A1),MONTH(A1),1)),5,4,3,2,1,0,6)+7
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email
"Dustin" wrote in message
...
I'm trying to come up with a formula that can reference a cell containing
date data and tell me what the 2nd friday of that month would be.
I.E. Cell Value = 10/02/2006; formula would say Friday, October 13, 2006.
|