Calculate days in each month
If you don't have Analysis Toolpak installed (safer option) this
should do it for you, assuming your date is in A1:
=DATE(YEAR(A1),MONTH(A1)+1,1)-DATE(YEAR(A1),MONTH(A1),1)
Cheers,
Ivan.
On Mar 27, 4:07*pm, "Tyro" wrote:
If your date is in A1 and you have the Analysis Tookpak installed then
=DAY(EOMONTH(A1,0))
Tyro
"PVS" wrote in message
...
Exel 2002. Vista Home Premium. Is there a function that will calculate the
total number of days in each month. I need to average totals against the
number of days in each month. For example, $40,000 / number of days in the
month. I would like to make it a formula so I can copy it rather than have
to
manually enter the number of days in each month.
--
Thanks for any help offered.
PVS- Hide quoted text -
- Show quoted text -
|