Changing date information

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a sequence of dates in a previous worksheet and I would like to update the date (year value) to this years value. Could someone please give me an idea of how to do this.

Thanks in advance.
 
If all the dates are different years, you could try this:

=DATE(2004,MONTH(A1),DAY(A1))
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================



I have a sequence of dates in a previous worksheet and I would like to
update the date (year value) to this years value. Could someone please give
me an idea of how to do this.

Thanks in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top