#1   Report Post  
Jason
 
Posts: n/a
Default Calculate 6 Months

I have a spreadsheet where I need Excel to calculate (ADD) 6 mouths
automatable for anther date. The mouths need to be consecutive. IE in one
cell I will put 1/29/2005 and in anther cell I need Excel to put 6/1/2005
  #2   Report Post  
Bernard Liengme
 
Posts: n/a
Default

Please explain why six months added to 1/29/2005 is 6/1/2005

--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Jason" wrote in message
...
I have a spreadsheet where I need Excel to calculate (ADD) 6 mouths
automatable for anther date. The mouths need to be consecutive. IE in one
cell I will put 1/29/2005 and in anther cell I need Excel to put 6/1/2005



  #3   Report Post  
DaveB
 
Posts: n/a
Default

The date 6/1/2005 isn't 6 months after 1/29/2005, was that a typo?

If you want to calculate 6 months after a date use this formula, assume your
old date is in A1:

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

Also, do you need it to produce the first day of the month which is 6 months
out? In that case use this:

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

Does that help?
--
Regards,

Dave


"Jason" wrote:

I have a spreadsheet where I need Excel to calculate (ADD) 6 mouths
automatable for anther date. The mouths need to be consecutive. IE in one
cell I will put 1/29/2005 and in anther cell I need Excel to put 6/1/2005

  #4   Report Post  
CLR
 
Posts: n/a
Default

Perhaps this is what you want.....assuming your starting date is in A1

=(MONTH(A1)+6)&"/"&1&"/"&YEAR(A1)

Vaya con Dios,
Chuck, CABGx3



"Jason" wrote:

I have a spreadsheet where I need Excel to calculate (ADD) 6 mouths
automatable for anther date. The mouths need to be consecutive. IE in one
cell I will put 1/29/2005 and in anther cell I need Excel to put 6/1/2005

  #5   Report Post  
Jason
 
Posts: n/a
Default

1/30-31 one mouth, 2/1-28 2mouth, 3/1-31 3mouth, 4/1-30 4mouth ,5/1-31
5mouth, 6/1-30 6mouth,

"Bernard Liengme" wrote:

Please explain why six months added to 1/29/2005 is 6/1/2005

--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Jason" wrote in message
...
I have a spreadsheet where I need Excel to calculate (ADD) 6 mouths
automatable for anther date. The mouths need to be consecutive. IE in one
cell I will put 1/29/2005 and in anther cell I need Excel to put 6/1/2005






  #6   Report Post  
Jim May
 
Posts: n/a
Default

Formulawise with 1/29/2005 in A1;
enter in B1
=DATE(YEAR(A1),MONTH(A1)+6,DAY(A1))


B1 uses the same Year, the same day
but for the month it adds 6, << this
in order to get what you want.

otherwise 6 months from 1/29/2005 IS 6/01/2005.


"Bernard Liengme" wrote in message
...
Please explain why six months added to 1/29/2005 is 6/1/2005

--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Jason" wrote in message
...
I have a spreadsheet where I need Excel to calculate (ADD) 6 mouths
automatable for anther date. The mouths need to be consecutive. IE in
one
cell I will put 1/29/2005 and in anther cell I need Excel to put 6/1/2005





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
How do I calculate EDATE using days not months? pshift Excel Discussion (Misc queries) 4 April 21st 23 09:02 AM
Calculate number of months between 2 dates john liem New Users to Excel 4 June 1st 05 02:08 PM
calculate date differences in years and months Joyce Excel Worksheet Functions 1 March 14th 05 05:18 PM
How do I calculate total of months that have passed? jaydubs Excel Discussion (Misc queries) 1 February 8th 05 11:27 AM
how to calculate total months from month/year patti Excel Discussion (Misc queries) 1 December 8th 04 09:50 PM


All times are GMT +1. The time now is 03:19 AM.

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

About Us

"It's about Microsoft Excel"