+ Reply to Thread
Results 1 to 3 of 3

Change date by one year

  1. #1
    Oldjay
    Guest

    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. #2
    Dave Peterson
    Guest

    Re: 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. #3
    Roger Govier
    Guest

    Re: 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

    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1