+ Reply to Thread
Results 1 to 2 of 2

How do you complete a date formula?

  1. #1
    Registered User
    Join Date
    02-07-2005
    Posts
    1

    How do you complete a date formula?

    I am trying to input a formula so that when a date is entered it automatically changes another cell date. ie. I have three column headers, date last tested, date due and date test completed. When the "date test completed" is entered I want it to automatically update the "date last completed" column and add 12 months to this and automatically change "date due" to the updated date. If anyone can understand and help it would be appreciated. Thanks.

  2. #2
    Forum Contributor
    Join Date
    04-30-2004
    Posts
    122
    Try this (assuming the cell you want to add 1 year to is A1)

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

+ 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