+ Reply to Thread
Results 1 to 4 of 4

Conditional Format two consecutive cells greater than a set target

  1. #1
    Registered User
    Join Date
    01-03-2014
    Location
    Telford, England
    MS-Off Ver
    Excel 2010
    Posts
    2

    Conditional Format two consecutive cells greater than a set target

    Hi all, first post so please excuse me if this has been answered elsewhere on the site. What I am trying to do is highlight two consecutive cells when they are above a set target in red for example, but also highlight other months in orange that are also above the target but not consecutively. I have added a simple example below of what I am trying to achieve.

    Example:
    Target = 25 seconds
    The average speed at which a call should be answered is 25 seconds and I want it to highlight when two months in a row exceed this target.
    A B C D E F G H
    January February March April May June July Aug
    18sec 24sec 28sec 29sec 24sec 21sec 26sec 21sec

    With the above I would like March and April to be in Red and also July in orange.

    Hope this is clear and any help is really appreciated.

  2. #2
    Forum Expert
    Join Date
    04-22-2013
    Location
    .
    MS-Off Ver
    .
    Posts
    4,418

    Re: Conditional Format two consecutive cells greater than a set target

    Could you upload an example workbook showing your data?

    Is the value of the cell A1
    "18sec" or "18" with formatting for the sec.

    Assuming you have number values and you are looking at row 1, you could highlight B1:H1 and then with B1 active put the formulas:
    =AND(D1>25,OR(C1>25,E1>25))
    and
    =D1>25
    as your conditional format formulas and then assign one to red and one to orange.
    For A1 you will need to use the formula:
    =AND(A1>25,B1>25)
    as you can't refer to the cell to the left of A1...

  3. #3
    Registered User
    Join Date
    01-03-2014
    Location
    Telford, England
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Conditional Format two consecutive cells greater than a set target

    Hi thanks for the reply,

    Yes the values are set as numbers, I have attached an example worksheet if that helps.

    Example worksheet.xlsx

  4. #4
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,446

    Re: Conditional Format two consecutive cells greater than a set target

    I don't see that you have tried the proposed solution in your sheet?

+ 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 Format Dependent on Consecutive Values
    By pvanderlinden in forum Excel General
    Replies: 6
    Last Post: 10-16-2013, 10:30 PM
  2. Replies: 9
    Last Post: 02-16-2013, 10:11 PM
  3. Replies: 6
    Last Post: 04-28-2012, 08:50 AM
  4. Replies: 2
    Last Post: 11-12-2009, 02:57 PM
  5. conditional format greater or less than
    By Micayla Bergen in forum Excel General
    Replies: 5
    Last Post: 05-03-2005, 02: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