A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Change date by one year



 
 
Thread Tools Display Modes
  #1  
Old December 14th, 2005, 09:10 PM posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: n/a
Default Change date by one year

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  
Old December 14th, 2005, 09:18 PM posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: n/a
Default Change date by one year

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  
Old December 14th, 2005, 10:28 PM posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: n/a
Default Change date by one year

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



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Date Range and Average F/X Rate David General Discussion 0 June 23rd, 2005 02:26 PM
Field Before Update property Robert_L_Ross Using Forms 5 June 11th, 2005 05:39 PM
Newbie Q - Macro to change date in all files Trev Maxwell General Discussions 5 May 15th, 2005 06:56 PM
Query for 'confirmation' rogge Running & Setting Up Queries 8 April 19th, 2005 03:26 PM
date conversion web_time Worksheet Functions 10 December 25th, 2003 06:51 PM


All times are GMT +1. The time now is 03:29 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.