Adding 6 months to a date

Terry252

New Member
Joined
Mar 3, 2002
Messages
39
Hi

Can anyone help. I want to be able to add 6 months to a date. For instance if I have the date 01/01/2004, I want another column to say 01/07/2004, 6 months in advance.

Is there an easy way of doing this?

Thanks

Terry
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
Hello,

One way, I'm sure its not the best (THOUGHT SO), but I can't think of anything else yet is

=DAY(C1)&"/"&MONTH(C1)+6&"/"&YEAR(C1)

Will keep thinking though!

James,

That only works for leap year!
 
Upvote 0
If you have Analysis Toolpak activated, use =EDATE(CellRef,6) where CellRef is the cell containing the original date.

Denis
 
Upvote 0
Depending on what you are doing, the formulas presented may not give you the answer that you require. For example, if you work for a dentist or a doctor and you are scheduling the next appointment for 6 months hence, the previous formulas may give you a Saturday date (with my regional settings, 30 April 04 was a Friday. The formulas give 30 October 04, but that’s a Saturday).

You may be better off with adding 26 weeks instead of adding 6 months. The next appointment will be on the same day of the week as the previous appointment.

=A1+(7*26).

Regards,

Mike
 
Upvote 0

Forum statistics

Threads
1,214,648
Messages
6,120,726
Members
448,987
Latest member
marion_davis

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top