Hi Navin,
Look here:
http://www.cpearson.com/excel/DateTimeWS.htm#LastWeekday

Signature
Kind regards,
Niek Otten
Microsoft MVP - Excel
| Hi,
|
[quoted text clipped - 3 lines]
| Regards,
| Navin
Yes,
put the date in A1
=DATE(YEAR(A1),MONTH(A1),8)-WEEKDAY(DATE(YEAR(A1),MONTH(A1),6))
will give you the first Monday of the date you put in A1, courtesy of
the date master Daniel Maher
If you put the year in A1 and the month number (like 3 for March etc) in
B1 you can use
=DATE(A1,B1,8)-WEEKDAY(DATE(A1,B1,6))
Regards,
Peo Sjoblom
> Hi,
>
[quoted text clipped - 3 lines]
> Regards,
> Navin
navin - 04 Jan 2007 19:45 GMT
Thank you for the help.
> Yes,
>
[quoted text clipped - 21 lines]
> > Regards,
> > Navin