Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default excel 2003 date notification formula

I need a formula that will return a notification in a cell that is 1 year
from the selected start date.

I have an employee due a review 1 year from his start date. lets say it is
01/02/09
on 01/02/10 I need an adjacent cell to alert me with the word "DUE"
otherwise it should say "current" it also can be color coded as in
conditional formating
--
William
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 222
Default excel 2003 date notification formula

Simplest of all:

=IF(TODAY()=A1+365,"DUE","CURRENT")

But of course that would be off by a day on leap years. If you don't really
mind that, you're good.

--
"Actually, I *am* a rocket scientist." -- JB

Your feedback is appreciated, click YES if this post helped you.


"rwpatter1" wrote:

I need a formula that will return a notification in a cell that is 1 year
from the selected start date.

I have an employee due a review 1 year from his start date. lets say it is
01/02/09
on 01/02/10 I need an adjacent cell to alert me with the word "DUE"
otherwise it should say "current" it also can be color coded as in
conditional formating
--
William

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 527
Default excel 2003 date notification formula

Or you could try:
=IF(TODAY()<DATE(YEAR(A2)+1,MONTH(A2),DAY(A2)),"Cu rrent","Due")

Conditional formatting, Cell Value, Is Equal to, type =Due

Regards
Peter Atherton

"rwpatter1" wrote:

I need a formula that will return a notification in a cell that is 1 year
from the selected start date.

I have an employee due a review 1 year from his start date. lets say it is
01/02/09
on 01/02/10 I need an adjacent cell to alert me with the word "DUE"
otherwise it should say "current" it also can be color coded as in
conditional formating
--
William

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Date Passed Notification Lori Excel Discussion (Misc queries) 3 April 12th 06 05:46 PM
How to set up a date sensitive notification? Hyatt Guy Excel Discussion (Misc queries) 1 July 22nd 05 08:19 PM
How to set up a date sensitive notification? Hyatt Guy Excel Discussion (Misc queries) 1 July 22nd 05 08:00 PM
excel spreadsheet with e-mail notification when due date arrives karen gomez Excel Worksheet Functions 2 July 19th 05 11:42 PM
Notification based on Date Andi Excel Worksheet Functions 2 January 5th 05 12:31 PM


All times are GMT +1. The time now is 02:36 AM.

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

About Us

"It's about Microsoft Excel"