Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
kindly advise a formula as per the below:
eg:- ISSUE DT EXPIRY DATE 30/12/2009 12/10/2010 I WANT TO EXTEND THE ABOVE DATE I.E., BY SAY 3 MONTHS SO THAT THE NEW DATE BECOMES AS 12/01/2011. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If your expiry date is in B2, then try this:
=DATE(YEAR(B2),MONTH(B2)+3,DAY(B2)) You should be aware of some consequences of just adding 3 months to a date. If you have 30th Nov and add 3 months to it, then 30th Feb does not exist, so the result will show as 2nd March. Hope this helps. Pete On Feb 16, 9:55*am, User wrote: kindly advise a formula as per the below: eg:- *ISSUE DT * * * * EXPIRY DATE * * * * 30/12/2009 * * * 12/10/2010 I WANT TO EXTEND THE ABOVE DATE I.E., BY SAY 3 MONTHS SO THAT THE NEW DATE BECOMES AS 12/01/2011. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
With your data in A1 & B1, in C11 enter:
=DATE(YEAR(B1),MONTH(B1)+3,DAY(B1)) -- Gary''s Student - gsnu201001 "User" wrote: kindly advise a formula as per the below: eg:- ISSUE DT EXPIRY DATE 30/12/2009 12/10/2010 I WANT TO EXTEND THE ABOVE DATE I.E., BY SAY 3 MONTHS SO THAT THE NEW DATE BECOMES AS 12/01/2011. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula to calculate month of last status update | Excel Worksheet Functions | |||
Formula: Calculate Month | Excel Discussion (Misc queries) | |||
Trying to get a Boolean formula to work month-to-month | Excel Discussion (Misc queries) | |||
Calculate the first day of the month for the current month? | Excel Discussion (Misc queries) |