![]() |
![]() |
|
|||||||
| 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 |
|
Board Regular
Join Date: Feb 2002
Location: Texas
Posts: 233
|
I have a specific date (Jan 19, 2002) and I want to add three (3) years to that date to get (Jan 19, 2005). Would someone please offer a formula suggestion? Thank you -asa
|
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,314
|
=DATE(YEAR(A2)+3,MONTH(A2),DAY(A2)) or =EDATE(A2,12*3) [ requires the Analysis Toolpak ] Aladin |
|
|
|
|
|
#3 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
=EDATE(A1,36)
Note: The EDATE function is a part of the Analysis ToolPak. |
|
|
|
|
|
#4 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Central Florida, USA
Posts: 7,541
|
Try:
=DATE(YEAR(B12)+3,MONTH(B12),DAY(B12)) JSW |
|
|
|
|
|
#5 |
|
Board Regular
Join Date: Feb 2002
Location: Texas
Posts: 233
|
I am sorry it took me so long to reply, but thank you all. I used the formulas you guys gave me, and forgot to post Thanks. -asa
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|