Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sum a range based on current financial year and client id | Excel Discussion (Misc queries) | |||
When typing dates do not default to current year. | Excel Worksheet Functions | |||
Converting Older Dates to Current Year | Excel Worksheet Functions | |||
Combination Graph with current year and prior year sales | Charts and Charting in Excel | |||
how do I convert a dates in a year quarters in a year? | Excel Discussion (Misc queries) |