Changing The Year Only?

August

Active Member
Joined
Jun 18, 2004
Messages
270
Hi there
This seems relatively simple task but not for me
I've been sent a worksheet where dates form part of the data
The dates in this worksheet form part of an equation for my own work.
Unfortunately the dates are all with the wrong year 2002 not 2006 and so my formulas are not working as they reference other cells that have the correct year dates aswell.

Is there a way to change only the year in a date that has been entered by adding 4 years to a cell or something like that.

I've got ASAP utitlities and I've searche the message board but I can't figure out how to do this

Many thanks
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
One way:

=DATE(YEAR(A2)+4,MONTH(A2),DAY(A2)) where A2 contains the date to change.
 
Upvote 0

Forum statistics

Threads
1,214,645
Messages
6,120,711
Members
448,984
Latest member
foxpro

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