Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
I am trying to make spreadsheet to calculate a TAX basis period. in A1 I have Business start date 10/11/2008 So in A2 I want to check what is the YEAR in A1 and get the NEXT 5/4/2009 date there. So eg if the date in A1 is 12/04/2001 then I want to show the 05/04/2002 in A2 and so on. How could I achieve that? thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try
=DATE(YEAR(A1)+1,4,5) -- __________________________________ HTH Bob "QuickLearner" wrote in message ... Hi I am trying to make spreadsheet to calculate a TAX basis period. in A1 I have Business start date 10/11/2008 So in A2 I want to check what is the YEAR in A1 and get the NEXT 5/4/2009 date there. So eg if the date in A1 is 12/04/2001 then I want to show the 05/04/2002 in A2 and so on. How could I achieve that? thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Excellent Bob..
you are a star.. "Bob Phillips" wrote in message ... Try =DATE(YEAR(A1)+1,4,5) -- __________________________________ HTH Bob "QuickLearner" wrote in message ... Hi I am trying to make spreadsheet to calculate a TAX basis period. in A1 I have Business start date 10/11/2008 So in A2 I want to check what is the YEAR in A1 and get the NEXT 5/4/2009 date there. So eg if the date in A1 is 12/04/2001 then I want to show the 05/04/2002 in A2 and so on. How could I achieve that? thanks |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
But if the date is 2 Feb, mightn't the OP want 5 Apr of that year, not of
the next year? -- David Biddulph "Bob Phillips" wrote in message ... Try =DATE(YEAR(A1)+1,4,5) -- __________________________________ HTH Bob "QuickLearner" wrote in message ... Hi I am trying to make spreadsheet to calculate a TAX basis period. in A1 I have Business start date 10/11/2008 So in A2 I want to check what is the YEAR in A1 and get the NEXT 5/4/2009 date there. So eg if the date in A1 is 12/04/2001 then I want to show the 05/04/2002 in A2 and so on. How could I achieve that? thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trying to calculate end date using order date and lead time variab | Excel Worksheet Functions | |||
Auto calculate for date + days forward to yield new date | Excel Worksheet Functions | |||
formula to calculate age using birth date and current date | Excel Worksheet Functions | |||
formula to calculate future date from date in cell plus days | Excel Worksheet Functions | |||
Calculate month-end date from date in adjacent cell? | Excel Worksheet Functions |