Date addition .

s_ojha

Board Regular
Joined
Oct 19, 2004
Messages
92
I want to add years in dates . The answer returned should be by adding the number in four digit year number not the day. For eg:
25/08/1994
30/06/1998
In the above dates, I want to add "5" in the year and want to copy the formula in rest of the other records . The answer returned should be by adding 05 in the year and not in day.
Please help
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Assuming your date records are in Column A, In Column B enter this formula and copy down

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

GNaga
 
Upvote 0

Forum statistics

Threads
1,222,066
Messages
6,163,711
Members
451,854
Latest member
Tiffany Smith

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