![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 1
|
I have a column(B for example) with different dates. In column (C) I need to add these dates plus six months. For example if 1c is July 6th, 2001. I need to add six months to this so that column 1d shows Januaray 6th,2002. How can I do this? Also I ned another column showing +12 months.
|
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
will add 6 months to the date in A1. You need the Analysis Toolpak (via Tools|Add-Ins) if EDATE is not available. Alternatively: =DATE(YEAR(A1),MONTH(A1)+6,DAY(A1)) [ This Message was edited by: Aladin Akyurek on 2002-04-10 10:03 ] |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|