+ Reply to Thread
Results 1 to 2 of 2

Date Formula Question: date+1 year formatting

  1. #1
    Registered User
    Join Date
    07-30-2008
    Location
    Tucson
    Posts
    1

    Date Formula Question: date+1 year formatting

    Hello,
    I am trying to set up a formula to tell me that a year has gone by since a product has been updated. So I have the date the product was last update in column A, then the status of the product "up to date" or "needs updating" in column B, then the product itself (Column C). I want to create a formula so that one year after the date the product was last updated the status of the product in column B changes from "up to date" to "needs updating." Would this be an if statement or conditional formatting issue? How can I say: if the date is greater than x plus one year, then change y to say "needs updating" then once the new update is completed the equation continues using the new update date. Any suggestions would be really helpful. Sorry this sounds like a word problem on a test or something. What do you all think?
    Last edited by VBA Noob; 07-30-2008 at 04:35 PM.

  2. #2
    Forum Contributor
    Join Date
    07-09-2008
    Location
    Dallas
    MS-Off Ver
    2007
    Posts
    121
    How about this?

    =IF(TODAY()-A1<=365,"Up to date","Needs updating")

+ 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