View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
FGOMEZ
 
Posts: n/a
Default Fuction that gives number of days of a given month

It helped really well.

Thanks so much Domenic

"Domenic" wrote in message
...
Assuming that A1 contains a date, such as 2/15/06, try...

=DAY(DATE(YEAR(A1),MONTH(A1)+1,0))

Hope this helps!

In article ,
"FGOMEZ" wrote:

I am just wondering if there is a function that gives you the number

days of
the month for a given date.

Thanks