+ Reply to Thread
Results 1 to 3 of 3

Traffic Lights formula in excel

  1. #1
    Registered User
    Join Date
    12-12-2018
    Location
    London
    MS-Off Ver
    2007
    Posts
    3

    Traffic Lights formula in excel

    Hello,

    I'm tearing my hair out slightly over this so would appreciate any help!

    I have a list of documents in a spreadsheet and part of this includes a column (P) that has review dates. The dates are as follows:

    01/02/2019
    01/04/2020
    01/11/2018

    I've been asked to create a traffic light format for the dates e.g. in date GREEN, within 6 months AMBER and after six months (out of date) RED.

    Now I can set up traffic lights using the conditional format- use a formula to determine which cells to format but the control date is TODAY (as in 12/12/2018).

    What I need to do is somehow use the dates in the cells as the control dates e.g. so that six months before 01/04/2020 expires it turns amber.

    Is there a way to do this?

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,474

    Re: Traffic Lights formula in excel

    Is this what you want?

    =EDATE(TODAY(),6)>A2

    and

    =TODAY()>A2
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,474

    Re: Traffic Lights formula in excel

    I forgit the green:

    =EDATE(TODAY(),6)<=A3
    Attached Files Attached Files

+ 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. traffic lights on a dashboard
    By alphapapaoscar in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-16-2017, 09:10 AM
  2. Traffic Lights
    By Branch man in forum Excel General
    Replies: 1
    Last Post: 06-18-2016, 03:10 AM
  3. [SOLVED] Traffic Lights for Date-Deadlines
    By Moenchen in forum Excel General
    Replies: 2
    Last Post: 10-08-2015, 08:25 AM
  4. Setting traffic lights with VBA
    By jane serky in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-26-2015, 02:06 AM
  5. [SOLVED] Formatting with traffic lights
    By marreco in forum Excel General
    Replies: 7
    Last Post: 07-13-2013, 10:08 AM
  6. Excel Traffic Lights
    By Runner77 in forum Excel General
    Replies: 5
    Last Post: 10-20-2009, 11:06 PM
  7. [SOLVED] Traffic Lights
    By Pedro Serra in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-03-2006, 08:10 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