Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
i'm setting up a database, which states when training is needed. is there a
way for excel, or maybe another package, to flag up 6 weeks before the training due date? |
#2
![]() |
|||
|
|||
![]()
You can use a formula, so say the training dates are in column A. In say
column M, add a formula of say =IF(AND(A2<"",A2TODAY(),A2<TODAY()+42),"Due","") and copy down. -- HTH RP (remove nothere from the email address if mailing direct) "natty" wrote in message ... i'm setting up a database, which states when training is needed. is there a way for excel, or maybe another package, to flag up 6 weeks before the training due date? |
#3
![]() |
|||
|
|||
![]()
You can use Conditional Formatting of a cell with a formula like this:
=TODAY()=DATE(2005,8,24)-42 Regards, KL "natty" wrote in message ... i'm setting up a database, which states when training is needed. is there a way for excel, or maybe another package, to flag up 6 weeks before the training due date? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Range Value issue (Excel 97 Vs Excel 2003) | Excel Discussion (Misc queries) | |||
today's date in excel | Excel Discussion (Misc queries) | |||
Excel Query Wizard Date Format | Excel Discussion (Misc queries) | |||
excel formula counting date to date in 4 columns | Excel Worksheet Functions | |||
Creating a Date Selector in Excel VBA? | Excel Discussion (Misc queries) |