Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3
Default convert existing range of dates to to current year, maintaining mm

Excell 2007 - New user

Can someone help me with the formula to keep a range of dates with the same
month and day, but update the year to the current year?

I need to keep the month and the day of the month that a client received
certification however they will be required to recertifiy each year by that
date. So I need the year to be the current year...
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1,533
Default convert existing range of dates to to current year, maintaining mm

Hi

With original date in A1 use this formula:

=DATE(YEAR(TODAY()),MONTH(A1),DAY(A1))

Regards,
Per

"Lin24" skrev i meddelelsen
...
Excell 2007 - New user

Can someone help me with the formula to keep a range of dates with the
same
month and day, but update the year to the current year?

I need to keep the month and the day of the month that a client received
certification however they will be required to recertifiy each year by
that
date. So I need the year to be the current year...


  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3
Default convert existing range of dates to to current year, maintainin

Thank you so much!

"Per Jessen" wrote:

Hi

With original date in A1 use this formula:

=DATE(YEAR(TODAY()),MONTH(A1),DAY(A1))

Regards,
Per

"Lin24" skrev i meddelelsen
...
Excell 2007 - New user

Can someone help me with the formula to keep a range of dates with the
same
month and day, but update the year to the current year?

I need to keep the month and the day of the month that a client received
certification however they will be required to recertifiy each year by
that
date. So I need the year to be the current year...


.

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3
Default convert existing range of dates to to current year, maintainin

Hi again...another question. What if I want the year to be next year (2010),
or 2011...for planning?

"Per Jessen" wrote:

Hi

With original date in A1 use this formula:

=DATE(YEAR(TODAY()),MONTH(A1),DAY(A1))

Regards,
Per

"Lin24" skrev i meddelelsen
...
Excell 2007 - New user

Can someone help me with the formula to keep a range of dates with the
same
month and day, but update the year to the current year?

I need to keep the month and the day of the month that a client received
certification however they will be required to recertifiy each year by
that
date. So I need the year to be the current year...


.

  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1,533
Default convert existing range of dates to to current year, maintainin

Hi again, you can just add 1 to the year (2):

=DATE(YEAR(TODAY())+1,MONTH(A1),DAY(A1))

---
Per

"Lin24" skrev i meddelelsen
...
Hi again...another question. What if I want the year to be next year
(2010),
or 2011...for planning?

"Per Jessen" wrote:

Hi

With original date in A1 use this formula:

=DATE(YEAR(TODAY()),MONTH(A1),DAY(A1))

Regards,
Per

"Lin24" skrev i meddelelsen
...
Excell 2007 - New user

Can someone help me with the formula to keep a range of dates with the
same
month and day, but update the year to the current year?

I need to keep the month and the day of the month that a client
received
certification however they will be required to recertifiy each year by
that
date. So I need the year to be the current year...


.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
sum a range based on current financial year and client id tkraju via OfficeKB.com Excel Discussion (Misc queries) 3 July 5th 09 05:40 AM
When typing dates do not default to current year. Spreadsheet Geek[_2_] Excel Worksheet Functions 2 October 31st 07 09:28 PM
Converting Older Dates to Current Year Cristella Excel Worksheet Functions 2 October 23rd 07 11:36 PM
Combination Graph with current year and prior year sales JanW Charts and Charting in Excel 2 April 5th 07 09:20 PM
how do I convert a dates in a year quarters in a year? Linndek Excel Discussion (Misc queries) 2 May 11th 06 03:33 PM


All times are GMT +1. The time now is 08:41 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"