Search : in
By :

Excel: date+1 year?

Last answer on Jul 30, 2008 5:31:50 pm BST sheldons86, on Jul 28, 2008 8:51:50 pm BST 
 Report this message to moderators

Hello,
I am trying to set up a simple way to let my excel illiterate boss have a simple way of knowing when a list of products need to be updated. So I have the date the product was last update, then the status of the product "up to date" or "needs updating", then the product itself. I want to create a formula so that one year after the date the product was last updated the status of the product 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?

Configuration: Windows XP
Internet Explorer 7.0

Best answers for « Excel: date+1 year? » in :
Excel tips : How to insert date in a cell ShowExcel tips : How to insert date in a cell Below are some tips on how to insert date and time in an excel cell for a specific purpose:- To insert current date, press CTRL + ; in the chosen cell. To insert current time, press CTRL+...
How to convert a numeric value into english Word? ShowHow to convert a numeric value into english Word? To convert a numeric value into eng. Word, here is the formula you will need This is a post from the forum, thanks to rajput391 Below code enter in excel sheet: 1. Press Alt+F11 >...

1

aquarelle, on Jul 28, 2008 9:36:07 pm BST

Hi,
Try with this formula where A1 is the cell which contains the date :

=IF(TODAY()<EDATE(A1;12);"up to date";"needs updating")

Best regards
"Pour trouver une solution � ses probl�mes, il faut s'en donner la peine."

Reply to aquarelle

2

sheldons86, on Jul 29, 2008 9:12:26 pm BST

I gave it a try but it said there was an error. I tried making several adjustments to that equation. Maybe I'm just spacing out on this one.

Reply to sheldons86

3

aquarelle, on Jul 30, 2008 5:01:40 pm BST

Hello,
Did you install all additional macros of excel ? "Pour trouver une solution � ses probl�mes, il faut s'en donner la peine."

Reply to aquarelle

4

 sheldons86, on Jul 30, 2008 5:31:50 pm BST

Probably not, I bet that is why it isn't working.

Reply to sheldons86