can excel flagup in advance of a date, say 6 weeks

G

Guest

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?
 
B

Bob Phillips

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<>"",A2>TODAY(),A2<TODAY()+42),"Due","")

and copy down.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
K

KL

You can use Conditional Formatting of a cell with a formula like this:

=TODAY()>=DATE(2005,8,24)-42

Regards,
KL
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top