View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Ian R Ian R is offline
external usenet poster
 
Posts: 11
Default Find date of first Monday of each month


"Bob Phillips" wrote in message
...
=DATE(2008,ROW(),1)+(8-WEEKDAY(DATE(2008,ROW(),1),2))*(WEEKDAY(DATE(2008, ROW(),1),2)1)

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my
addy)



Wow!

Thanks Bob

Thats exactly what I needed.

Would have taken me an age to work that out for myself.

I'll study the formula to see how it works.

Thanks again.

Ian I^)