Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I have a list of birthdays formulated 8/12/05
I want to change all the dates to next year i.e. 8/12/06 oldjay |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
You could use a formula:
=date(year(a1)+1,month(a1),day(a1)) Oldjay wrote: I have a list of birthdays formulated 8/12/05 I want to change all the dates to next year i.e. 8/12/06 oldjay -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Or, for a "quick and dirty" solution
Ctrl+h to bring up Find and Replace Find What /2005 Replace with /2006 Replace all Regards Roger Govier Dave Peterson wrote: You could use a formula: =date(year(a1)+1,month(a1),day(a1)) Oldjay wrote: I have a list of birthdays formulated 8/12/05 I want to change all the dates to next year i.e. 8/12/06 oldjay |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to Change Date Formats | Excel Discussion (Misc queries) | |||
Change general format to US date format | Excel Discussion (Misc queries) | |||
How would I change a date cell to decrease it by business days? | Excel Discussion (Misc queries) | |||
How do you change the date to a Number | Excel Discussion (Misc queries) | |||
How do I set date to change automatically on invoices created wit. | New Users to Excel |