View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
dustin dustin is offline
external usenet poster
 
Posts: 23
Default How do I get the date for the 2nd friday of each month?

Thanks!

"Teethless mama" wrote:

Try this:
=A1+13-WEEKDAY(A1)


"Dustin" wrote:

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.