Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I have one interesting question :D I have one sheet = sheet1 A1 = (input date) would be: 01 of any month (something like 01.01.2006) A2 = would be the last date in the month, the same month as in A1 Does anyone know the formula for this :D ?? -- alen_re ------------------------------------------------------------------------ alen_re's Profile: http://www.excelforum.com/member.php...o&userid=28331 View this thread: http://www.excelforum.com/showthread...hreadid=504824 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() The simplest way is to use =EOMONTH(A1,0) EOMONTH is part of Analysis ToolPak addin an alternative is =DATE(YEAR(A1),MONTH(A1)+1,0) for both format cell as date -- daddylonglegs ------------------------------------------------------------------------ daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486 View this thread: http://www.excelforum.com/showthread...hreadid=504824 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Wed, 25 Jan 2006 04:10:49 -0600, alen_re
wrote: I have one interesting question :D I have one sheet = sheet1 A1 = (input date) would be: 01 of any month (something like 01.01.2006) A2 = would be the last date in the month, the same month as in A1 Does anyone know the formula for this :D ?? Another alternative would be: =A1+32-DAY(A1+32) --ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculating number of days between two dates that fall between two other dates | Excel Discussion (Misc queries) | |||
Calculating an Activities During Periods Of Natural Months and/or Dates | Excel Worksheet Functions | |||
Need help with a formula for calculating based on a rage of dates | Excel Discussion (Misc queries) | |||
calculating with dates | Excel Discussion (Misc queries) | |||
Using imported Query & Calculating Dates | Excel Worksheet Functions |