Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Jen
 
Posts: n/a
Default Function to caculate date

Is there a function that will add one or two months to a date in another cell?
Example: January 30,2005 in cell A1 in cell A2 March 30,2005


Also is there a function that will add a specific number of days?
Example: January 30, 2005 in cell A1 , would like to add 60 days to that

Thank you in advance

  #2   Report Post  
Anne Troy
 
Posts: n/a
Default

Try this, Jen:
=DATE(YEAR(A1), MONTH(A1)+1, DAY(A1))
*******************
~Anne Troy

www.OfficeArticles.com


"Jen" wrote in message
...
Is there a function that will add one or two months to a date in another

cell?
Example: January 30,2005 in cell A1 in cell A2 March 30,2005


Also is there a function that will add a specific number of days?
Example: January 30, 2005 in cell A1 , would like to add 60 days to that

Thank you in advance



  #3   Report Post  
Max
 
Posts: n/a
Default

"Jen" wrote
Is there a function that will add one or two months to a date in another

cell?
Example: January 30,2005 in cell A1 in cell A2 March 30,2005


Try in A2: =DATE(YEAR(A1),MONTH(A1)+2,DAY(A1))
(add 2 months)

Also is there a function that will add a specific number of days?
Example: January 30, 2005 in cell A1 , would like to add 60 days to that


Try in A2: =DATE(YEAR(A1),MONTH(A1),DAY(A1)+60)

--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----


  #4   Report Post  
Dave Peterson
 
Posts: n/a
Default

=a1+60
(Format it as a date)

For the second question.

Jen wrote:

Is there a function that will add one or two months to a date in another cell?
Example: January 30,2005 in cell A1 in cell A2 March 30,2005

Also is there a function that will add a specific number of days?
Example: January 30, 2005 in cell A1 , would like to add 60 days to that

Thank you in advance


--

Dave Peterson
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
Date function Dee Excel Worksheet Functions 2 July 13th 05 03:32 PM
Excel date function Excel date range function Excel Worksheet Functions 6 June 15th 05 01:59 PM
Is there a function to show future date taxmom Excel Worksheet Functions 2 March 4th 05 09:23 PM
Date Function drschieff Excel Worksheet Functions 1 January 19th 05 07:51 PM
Date Overdue function, Macro, or VBS Galsaba Excel Discussion (Misc queries) 5 January 14th 05 12:26 AM


All times are GMT +1. The time now is 04: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"