View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Help finding the date of the last Saturday of a given month

Yes, absolutely right, Bob.
--
David Biddulph

"Bob Phillips" wrote in message
...
You missed a bit David

=DATE(2007,month+1,1)-WEEKDAY(DATE(2007,month+1,1))


"David Biddulph" <groups [at] biddulph.org.uk wrote in message
...
Try =DATE(2007,month+1,1)-WEEKDAY(2007,month+1,1)



"Chuck M" wrote in message
...
Hi,

I can't get my head around the calculation necessary to find the date of
the
last Saturday in any given month. Any help will be greatly appreciated!

--
Thanks.
Chuck M.