+ Reply to Thread
Results 1 to 3 of 3

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

  1. #1
    natty
    Guest

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

    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. #2
    Bob Phillips
    Guest

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

    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)


    "natty" <[email protected]> wrote in message
    news:[email protected]...
    > 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. #3
    KL
    Guest

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

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

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

    Regards,
    KL


    "natty" <[email protected]> wrote in message
    news:[email protected]...
    > 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 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