Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default A specific date used for calculation of a new date

Hi,
My question is that I would like to calculate a new date from a date in a
nother column, se below

A1 10.2009

A3 = A1+ 1year

It is probaly I simple question but i would be happy if any one could help me.
thanks

--
Ditte
Chemist
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default A specific date used for calculation of a new date

=DATE(YEAR(A1)+1,MONTH(A1),DAY(A1))
Regards,
Stefi

€˛Ditte€¯ ezt Ć*rta:

Hi,
My question is that I would like to calculate a new date from a date in a
nother column, se below

A1 10.2009

A3 = A1+ 1year

It is probaly I simple question but i would be happy if any one could help me.
thanks

--
Ditte
Chemist

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default A specific date used for calculation of a new date

With a valid full date in A1; try the below formula

=DATE(YEAR(A1)+1,MONTH(A1),DAY(A1))

If this post helps click Yes
---------------
Jacob Skaria


"Ditte" wrote:

Hi,
My question is that I would like to calculate a new date from a date in a
nother column, se below

A1 10.2009

A3 = A1+ 1year

It is probaly I simple question but i would be happy if any one could help me.
thanks

--
Ditte
Chemist

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default A specific date used for calculation of a new date

10.2009 isn't a specific date.
If in that cell you have a real date and it is merely formatted as mm.yyyy,
then your formula would be =DATE(YEAR(A1)+1,MONTH(A1),DAY(A1))

You may, however, wish to think about what answer you want if the date in A1
is 29 Feb 2008.

Note also that A3 is not in another column compared with A1, they are in the
same column, but different rows.
--
David Biddulph

"Ditte" wrote in message
...
Hi,
My question is that I would like to calculate a new date from a date in a
nother column, se below

A1 10.2009

A3 = A1+ 1year

It is probaly I simple question but i would be happy if any one could help
me.
thanks

--
Ditte
Chemist



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default A specific date used for calculation of a new date

Hi Stefi,
thank you for your help, it works.
best regards,
Ditte
--
Ditte
Chemist


"Stefi" skrev:

=DATE(YEAR(A1)+1,MONTH(A1),DAY(A1))
Regards,
Stefi

€˛Ditte€¯ ezt Ć*rta:

Hi,
My question is that I would like to calculate a new date from a date in a
nother column, se below

A1 10.2009

A3 = A1+ 1year

It is probaly I simple question but i would be happy if any one could help me.
thanks

--
Ditte
Chemist



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default A specific date used for calculation of a new date

Dear Jacob
Thank you for your help, it works!
Best regards,
Ditte
--
Ditte
Chemist


"Jacob Skaria" skrev:

With a valid full date in A1; try the below formula

=DATE(YEAR(A1)+1,MONTH(A1),DAY(A1))

If this post helps click Yes
---------------
Jacob Skaria


"Ditte" wrote:

Hi,
My question is that I would like to calculate a new date from a date in a
nother column, se below

A1 10.2009

A3 = A1+ 1year

It is probaly I simple question but i would be happy if any one could help me.
thanks

--
Ditte
Chemist

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default A specific date used for calculation of a new date

Dear David
Thank you very much for your help. I have formated the date so it will work.
Best regards,
Ditte
--
Ditte
Chemist


"David Biddulph" skrev:

10.2009 isn't a specific date.
If in that cell you have a real date and it is merely formatted as mm.yyyy,
then your formula would be =DATE(YEAR(A1)+1,MONTH(A1),DAY(A1))

You may, however, wish to think about what answer you want if the date in A1
is 29 Feb 2008.

Note also that A3 is not in another column compared with A1, they are in the
same column, but different rows.
--
David Biddulph

"Ditte" wrote in message
...
Hi,
My question is that I would like to calculate a new date from a date in a
nother column, se below

A1 10.2009

A3 = A1+ 1year

It is probaly I simple question but i would be happy if any one could help
me.
thanks

--
Ditte
Chemist




  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default A specific date used for calculation of a new date

You are welcome! Thanks for the feedback!
Stefi

€˛Ditte€¯ ezt Ć*rta:

Hi Stefi,
thank you for your help, it works.
best regards,
Ditte
--
Ditte
Chemist


"Stefi" skrev:

=DATE(YEAR(A1)+1,MONTH(A1),DAY(A1))
Regards,
Stefi

€˛Ditte€¯ ezt Ć*rta:

Hi,
My question is that I would like to calculate a new date from a date in a
nother column, se below

A1 10.2009

A3 = A1+ 1year

It is probaly I simple question but i would be happy if any one could help me.
thanks

--
Ditte
Chemist

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
business day date from a specific date based on a number of days Jana Excel Worksheet Functions 2 January 2nd 08 06:21 PM
Create a formula in a date range to locate a specific date - ecel util Excel Discussion (Misc queries) 0 February 19th 07 03:03 PM
Formula for determining if two date columns fall within specific date range Igottabeme Excel Worksheet Functions 2 April 21st 06 02:50 AM
Formula for determining if two date columns fall within specific date range Igottabeme Excel Discussion (Misc queries) 1 April 20th 06 10:03 PM
Recurring annual events using a specific date as a trigger date Bamboozled Excel Worksheet Functions 1 June 6th 05 01:44 PM


All times are GMT +1. The time now is 09:36 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"