+ Reply to Thread
Results 1 to 12 of 12

RAG rating for dates in different cells

  1. #1
    Registered User
    Join Date
    08-10-2022
    Location
    United Kingdom
    MS-Off Ver
    0365
    Posts
    7

    RAG rating for dates in different cells

    Hi,
    I hoping someone can help me as I tried various formulas and conditional formatting.

    I have a spreadsheet for work that I want my staff to use but I want from the contact column (E3) when the staff enter the date of contact the cells in column I (I3) to populate and change colour based on day range.

    For example
    if E3 has a date of 10/08/2022 then cell I3 initially populates for 31 days (a month) but during these days up to 15 days green, 16-30 amber and 31 + red so it's a tracker for staff to review their clients and make contact. So everytime the date in E3 is changed the other cells continue to match

    I have added my spreadsheet for ease.

    It maybe me over complicating things I'm not sure
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    06-05-2017
    Location
    Brazil
    MS-Off Ver
    Microsoft 365 Version 2404
    Posts
    1,259

    Re: RAG rating for dates in different cells

    Hi, Richie872. Welcome to the forum.

    This formula to populate column I with dates past one month from column E:
    =IF(E3="","",EDATE(E3,1))

    Then conditional format with formulas, for example this for green:
    =TODAY()<=$E3+15

    Please check wb attached.

    Good luck!
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    08-10-2022
    Location
    United Kingdom
    MS-Off Ver
    0365
    Posts
    7

    Re: RAG rating for dates in different cells

    Hi Estevaoba,

    Thank you very much for helping. I don't know if it's me but the colour doesn't change from green to amber or red when the dates are changed. Do you know why that may be? or do i need to do something

  4. #4
    Registered User
    Join Date
    08-10-2022
    Location
    United Kingdom
    MS-Off Ver
    0365
    Posts
    7

    Re: RAG rating for dates in different cells

    Hi Estevaoba,

    Thank you very much for helping. I don't know if it's me but the colour doesn't change from green to amber or red when the dates are changed. Do you know why that may be? or do i need to do something

  5. #5
    Forum Expert
    Join Date
    06-05-2017
    Location
    Brazil
    MS-Off Ver
    Microsoft 365 Version 2404
    Posts
    1,259

    Re: RAG rating for dates in different cells

    I may have misread your goal.

    The conditional format rule will change the color to amber when current date (Today) is 16 up to 30 days past the date in column E.
    And it will change to red when one month or more has passed since that date.
    When you changed dates, did you simulate that?

    In the new wb attached, in the conditional format rules I replaced the function TODAY() with $I$1, which simulates the current date.
    You can change the value in H1, this value will be added to Today's date in G1, so the date in I1 will reflect that change.

    If result is not what you expect, please clarify.
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    08-10-2022
    Location
    United Kingdom
    MS-Off Ver
    0365
    Posts
    7

    Re: RAG rating for dates in different cells

    Hi Estevaoba,

    Thank you for your patience.

    I think that is correct.

    Basically when a staff member manually enters a date into column E and not just today's date so therefore column I populates as you have done.

    So say I contacted you today and then inputted today's date in column E I have 30 days to review and contact you again before going red in column I
    If I contacted you say last week but forgot to input the date so say 9th Aug again column E would say 09/08/2022 but column I would still recognise it's not today's date and populate column I with the correct date and colour.

    Again thank you for your help

  7. #7
    Forum Expert
    Join Date
    06-05-2017
    Location
    Brazil
    MS-Off Ver
    Microsoft 365 Version 2404
    Posts
    1,259

    Re: RAG rating for dates in different cells

    You're welcome.
    Thank you for the feedback and for the reputation added.
    Have a blessed day!

  8. #8
    Registered User
    Join Date
    08-10-2022
    Location
    United Kingdom
    MS-Off Ver
    0365
    Posts
    7

    Re: RAG rating for dates in different cells

    I tested it today with a colleague and inputted data but colours didn't change to green when within the 15 day window prior to going amber.

  9. #9
    Forum Expert
    Join Date
    06-05-2017
    Location
    Brazil
    MS-Off Ver
    Microsoft 365 Version 2404
    Posts
    1,259

    Re: RAG rating for dates in different cells

    Maybe if you would upload a new sample wb explaining what happens versus what you expect.

  10. #10
    Registered User
    Join Date
    08-10-2022
    Location
    United Kingdom
    MS-Off Ver
    0365
    Posts
    7

    Re: RAG rating for dates in different cells

    Hi,

    Thank you for your patience it would be a lot easy if there was a zoom or teams function lol. I think I have explained it better in the attachment.

  11. #11
    Forum Expert
    Join Date
    06-05-2017
    Location
    Brazil
    MS-Off Ver
    Microsoft 365 Version 2404
    Posts
    1,259

    Re: RAG rating for dates in different cells

    Hi.

    The conditional format in the wb in post #2 works just as requested in your last sample wb.

    It has been setup with formulas for all three cases:

    =TODAY() < =$E3+15 for green

    =AND(TODAY() > $E3+15,TODAY() < $I3) for amber

    =TODAY() > =$I3

  12. #12
    Registered User
    Join Date
    08-10-2022
    Location
    United Kingdom
    MS-Off Ver
    0365
    Posts
    7

    Re: RAG rating for dates in different cells

    All sorted apologies for the delayed reply. Thank you again for your help

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. RAG Rating
    By RBJ91 in forum Excel General
    Replies: 13
    Last Post: 07-28-2022, 07:18 AM
  2. elo rating
    By quads in forum Excel General
    Replies: 8
    Last Post: 12-29-2015, 03:02 PM
  3. Rating
    By sentinela in forum Excel General
    Replies: 6
    Last Post: 03-23-2009, 02:59 PM
  4. Automated Target dates based on Priority Rating
    By RamboDanbo in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-16-2008, 04:10 PM
  5. [SOLVED] rating cells 1-5 colour coded HOW?
    By treetop40 in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 08-09-2005, 08:05 AM
  6. RAG Rating
    By Andy Brander in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 04-27-2005, 10:06 AM
  7. [SOLVED] Rating 1 to 10
    By Kevin Lin in forum Excel General
    Replies: 5
    Last Post: 03-02-2005, 11:06 AM

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