View Single Post
  #10   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Chuck M Chuck M is offline
external usenet poster
 
Posts: 54
Default Help finding the date of the last Saturday of a given month

Sorry for the delayed response. This is just what I needed. Thanks to all
who replied!
--
Thanks.
Chuck M.


"Bob Phillips" wrote:

You missed a bit David

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

--
---
HTH

Bob

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



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

"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.