Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Hi to all want to calculate date between.... i.e. Date = 01/07/2007 add 8 years and 7 months so pl. help me for formula, for add 8 years and 7 months into date...... also if possible give me formul as calculate days between two date Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If you have the Analysis ToolPak add-in enabled, try this:
For 01/07/2007 in A1 B1: =EDATE(A1,(8*12)+7) For the number of days between those 2 dates, simple math works: C1: B1-A1 Does that help? *********** Regards, Ron XL2002, WinXP "Tiya" wrote: Hi to all want to calculate date between.... i.e. Date = 01/07/2007 add 8 years and 7 months so pl. help me for formula, for add 8 years and 7 months into date...... also if possible give me formul as calculate days between two date Thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=DATE(YEAR(A1)+8,MONTH(A1)+7,DAY(A1))
to calculate days between just take the earlier from the later. -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "Tiya" wrote in message ... Hi to all want to calculate date between.... i.e. Date = 01/07/2007 add 8 years and 7 months so pl. help me for formula, for add 8 years and 7 months into date...... also if possible give me formul as calculate days between two date Thanks |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() To add 8 years and 7 months to a date in A1 the simplest way would be to use EDATE function from Analysis Toolpak.. =EDATE(A1,8*12+7) to calculate the number of days between two dates, A2 and B2 where B2 is later than a2 =B2-A2 format as number -- daddylonglegs ------------------------------------------------------------------------ daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486 View this thread: http://www.excelforum.com/showthread...hreadid=558457 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to get the Excel to calculate the exact date from a given date | Excel Worksheet Functions | |||
Auto calculate for date + days forward to yield new date | Excel Worksheet Functions | |||
How to calculate "number of months" between two given date? | Excel Worksheet Functions | |||
formula to calculate age using birth date and current date | Excel Worksheet Functions | |||
calculate the number of days from date received | Excel Worksheet Functions |