+ Reply to Thread
Results 1 to 4 of 4

A better explanation of help required

  1. #1
    Elvey
    Guest

    A better explanation of help required

    I have to assess my team of 70 every six months so if the 1st assessment is
    01.01.06 then the next is due on the 01.12.06.

    I now how to show the next date due by taking the cell +180 to give me the
    next assessment date.

    What I want to do is get a reminder 120 days (Coloured Green) from the
    original assessment date and then a final reminder at 160 days(Coloured Red )
    so I do not miss their assessments

    I have tried to use conditional formating but I do not know how to get it to
    work as each original assessment dates are different depending when they
    joined the team.

    How do I get Excel to calculate "X" amount of days forward and change colour
    to give me a visual reminder without trawling through the spreadsheet.

    Column E Column F
    Original Dates Dates in six months time

    19 May 2006 15 November 2006
    26 August 2005 22 February 2006
    27 August 2005 23 February 2006
    28 August 2005 24 February 2006
    29 August 2005 25 February 2006
    30 August 2005 26 February 2006

    Any help will be most appreciated

    Elvey


  2. #2
    RaymundCG
    Guest

    RE: A better explanation of help required

    Hi again!

    One work around is to set up a third column to calculate the days left
    before the assessment date. You may use the ff formula

    =DATEDIF(TODAY(),assessment date,"d") please note that this function is
    valid only until the assessment date

    then based on the results you may now apply conditional formatting using two
    conditions.

    Condition 1>Cell Value Is... Less than or equal to 120 > apply the desired
    format (green)

    Condition 2>Cell value Is... Between 121 and 160 > apply the desired format
    (red)

    These conditional formatting may be applied either to the DATEDIF results
    cells or to another column(?) before the original dates containing the
    employee name.

    Hope this helps!
    --
    Thanks and kind regards


    "Elvey" wrote:

    > I have to assess my team of 70 every six months so if the 1st assessment is
    > 01.01.06 then the next is due on the 01.12.06.
    >
    > I now how to show the next date due by taking the cell +180 to give me the
    > next assessment date.
    >
    > What I want to do is get a reminder 120 days (Coloured Green) from the
    > original assessment date and then a final reminder at 160 days(Coloured Red )
    > so I do not miss their assessments
    >
    > I have tried to use conditional formating but I do not know how to get it to
    > work as each original assessment dates are different depending when they
    > joined the team.
    >
    > How do I get Excel to calculate "X" amount of days forward and change colour
    > to give me a visual reminder without trawling through the spreadsheet.
    >
    > Column E Column F
    > Original Dates Dates in six months time
    >
    > 19 May 2006 15 November 2006
    > 26 August 2005 22 February 2006
    > 27 August 2005 23 February 2006
    > 28 August 2005 24 February 2006
    > 29 August 2005 25 February 2006
    > 30 August 2005 26 February 2006
    >
    > Any help will be most appreciated
    >
    > Elvey
    >


  3. #3
    RaymundCG
    Guest

    RE: A better explanation of help required

    Modification to my earlier post (after reading again your explanation)
    formula should be...

    =DATEDIF(original date,today(),"d")

    Conditional formating still the same.
    --
    Thanks and kind regards


    "RaymundCG" wrote:

    > Hi again!
    >
    > One work around is to set up a third column to calculate the days left
    > before the assessment date. You may use the ff formula
    >
    > =DATEDIF(TODAY(),assessment date,"d") please note that this function is
    > valid only until the assessment date
    >
    > then based on the results you may now apply conditional formatting using two
    > conditions.
    >
    > Condition 1>Cell Value Is... Less than or equal to 120 > apply the desired
    > format (green)
    >
    > Condition 2>Cell value Is... Between 121 and 160 > apply the desired format
    > (red)
    >
    > These conditional formatting may be applied either to the DATEDIF results
    > cells or to another column(?) before the original dates containing the
    > employee name.
    >
    > Hope this helps!
    > --
    > Thanks and kind regards
    >
    >
    > "Elvey" wrote:
    >
    > > I have to assess my team of 70 every six months so if the 1st assessment is
    > > 01.01.06 then the next is due on the 01.12.06.
    > >
    > > I now how to show the next date due by taking the cell +180 to give me the
    > > next assessment date.
    > >
    > > What I want to do is get a reminder 120 days (Coloured Green) from the
    > > original assessment date and then a final reminder at 160 days(Coloured Red )
    > > so I do not miss their assessments
    > >
    > > I have tried to use conditional formating but I do not know how to get it to
    > > work as each original assessment dates are different depending when they
    > > joined the team.
    > >
    > > How do I get Excel to calculate "X" amount of days forward and change colour
    > > to give me a visual reminder without trawling through the spreadsheet.
    > >
    > > Column E Column F
    > > Original Dates Dates in six months time
    > >
    > > 19 May 2006 15 November 2006
    > > 26 August 2005 22 February 2006
    > > 27 August 2005 23 February 2006
    > > 28 August 2005 24 February 2006
    > > 29 August 2005 25 February 2006
    > > 30 August 2005 26 February 2006
    > >
    > > Any help will be most appreciated
    > >
    > > Elvey
    > >


  4. #4
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,493
    highlight the cells you want to conditional format
    select conditional format
    select, if cell value is greater than or equal to,
    then select the cells you want to compare to
    then select the condition
    then click add
    and do it again but this time select less than, and select the condition you want then press ok

    the one cell should have the formula =today()

+ 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