Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is there a formula that can populate how many days there are in a month? i.e.
31 days in January, 28 days in February, and so on |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
With a date in cell A1 try the below formula
=DAY(DATE(YEAR(A1),MONTH(A1)+1,0)) If this post helps click Yes --------------- Jacob Skaria "helpforwork" wrote: Is there a formula that can populate how many days there are in a month? i.e. 31 days in January, 28 days in February, and so on |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If you have a date in a cell:
=DAY(EOMONTH(A1,0)) The EOMONTH function requires the Analysis ToolPak add-in be installed in Excel versions prior to Excel 2007. If you enter the formula and get a #NAME? error look in Excel help for the EOMONTH function. It'll tell you how to fix the problem. -- Biff Microsoft Excel MVP "helpforwork" wrote in message ... Is there a formula that can populate how many days there are in a month? i.e. 31 days in January, 28 days in February, and so on |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Fri, 9 Oct 2009 07:49:01 -0700, helpforwork
wrote: Is there a formula that can populate how many days there are in a month? i.e. 31 days in January, 28 days in February, and so on With some date in A1: =DAY(A1-DAY(A1)+32-DAY(A1-DAY(A1)+32)) Format result as General, or Number --ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel to make the days cary over month to month automaticly | New Users to Excel | |||
Number of days in month counted from shortened name of month & yea | Excel Worksheet Functions | |||
Days per month for calculating storage days | Excel Worksheet Functions | |||
function to fill all days of month to end of month | Excel Worksheet Functions | |||
function to fill all days of month to end of month | Excel Worksheet Functions |