+ Reply to Thread
Results 1 to 2 of 2

Conditional formatting to highlight multiple date ranges in column calculating from today

  1. #1
    Registered User
    Join Date
    06-09-2016
    Location
    Texas
    MS-Off Ver
    2010
    Posts
    1

    Conditional formatting to highlight multiple date ranges in column calculating from today

    I have a column in excel of multiple dates and some blanks, I need to highlight the cells different colors based on their date range calculating from Today. Example, cells with no date a certain color, cells older than 1 day but less than 6 months a certain color, cells older than 6 months but less than 11 months a certain color, cells older than 11 months a certain color.

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Conditional formatting to highlight multiple date ranges in column calculating from to

    Select the cellls to colour e.g. A1

    Conditional Formatting
    New Rule
    Use a formula to determine...
    4 Formulas needed

    =(A1 < > 0)
    format as "no date certain colour"

    =(AND(A1 > TODAY()+1,A1 < EDATE(TODAY(),6)))
    format as "less than 6 mth certain colour"

    =(AND(A1 > =EDATE(TODAY(),6),A1 < EDATE(TODAY(),11)))
    format as "6-11 mth certain colour"

    =(AND(A1 > =EDATE(TODAY(),11)))
    format as "more than 11 mth certain colour"

    Use Format painter (paintbrush icon) to copy to other cells
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

+ 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. [SOLVED] Conditional Formatting to Highlight a Range when Today is between Two Dates DD/MM
    By AliGW in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 12-04-2015, 11:10 AM
  2. [SOLVED] Conditional Formatting - Highlight row based on date in I column
    By mtpockets in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-22-2015, 03:26 PM
  3. Conditional Formatting Formula to highlight TODAY
    By Jiptastic in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-30-2013, 10:42 AM
  4. Replies: 4
    Last Post: 02-13-2013, 01:18 PM
  5. Replies: 1
    Last Post: 01-24-2013, 04:52 PM
  6. multiple date ranges & conditional formatting
    By gechu in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-02-2010, 09:26 AM
  7. Replies: 2
    Last Post: 04-03-2005, 07:09 AM

Tags for this Thread

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