Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Dear friends,
In an excel worksheet, in a cell I am having a day, say for example 03-May-2005 or 03-05-2005, In another cell I have to increment only the month by 2 i.e from 03-May-2005 to 03-July-2005 using a formula. What formula should I use? thanks, Thirumalairajan. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assuming date in A1,
In say, B1: =DATE(YEAR(A1),MONTH(A1)+2,DAY(A1)) -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "thirumalairajan" wrote in message ... Dear friends, In an excel worksheet, in a cell I am having a day, say for example 03-May-2005 or 03-05-2005, In another cell I have to increment only the month by 2 i.e from 03-May-2005 to 03-July-2005 using a formula. What formula should I use? thanks, Thirumalairajan. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
There are answer in New Users, and in Programming. No need to cross-post.
-- HTH Bob Phillips (remove nothere from the email address if mailing direct) "thirumalairajan" wrote in message ... Dear friends, In an excel worksheet, in a cell I am having a day, say for example 03-May-2005 or 03-05-2005, In another cell I have to increment only the month by 2 i.e from 03-May-2005 to 03-July-2005 using a formula. What formula should I use? thanks, Thirumalairajan. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Need cell formula to subtotal gross by month for a quarter | Excel Discussion (Misc queries) | |||
formula: First and last day in month | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions |