Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi,
I need to get the last day of a month i.e 30/nov/05 out of todays date. How do I go about this? Its driving me crazy. Any help appreciated Gordon |
#2
![]() |
|||
|
|||
![]()
Go to Tools-Add-ins and make sure you have Analysis Toolpak checked, so that
you have access to =EOMONTH() "Grd" wrote: Hi, I need to get the last day of a month i.e 30/nov/05 out of todays date. How do I go about this? Its driving me crazy. Any help appreciated Gordon |
#3
![]() |
|||
|
|||
![]()
Assuming A1 contains the date: 11/10/2005
If you want the number of days in a given month: =DAY(DATE(YEAR(A1),MONTH(A1)+1,0)) If you want the last day of a given month: =DATE(YEAR(A1),MONTH(A1)+1,0) HTH, Paul "Grd" wrote in message ... Hi, I need to get the last day of a month i.e 30/nov/05 out of todays date. How do I go about this? Its driving me crazy. Any help appreciated Gordon |
#4
![]() |
|||
|
|||
![]()
Where A1 contains a date:
If you have the Analysis ToolPak installed: =EOMONTH(A1,0) Using regular Excel functions: =DATE(YEAR(A1),MONTH(A1)+1,0) Does that help? €¢€¢€¢€¢€¢€¢€¢€¢€¢€¢ Regards, Ron "Grd" wrote: Hi, I need to get the last day of a month i.e 30/nov/05 out of todays date. How do I go about this? Its driving me crazy. Any help appreciated Gordon |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF function to blank without getting #value in sum function | Excel Worksheet Functions | |||
clock | Excel Worksheet Functions | |||
Conversion | Excel Worksheet Functions | |||
Month Year Date Format | Excel Worksheet Functions | |||
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. | Excel Worksheet Functions |