+ Reply to Thread
Results 1 to 4 of 4

Conditional formatting if criteria occurs consecutively for 2 months

  1. #1
    Registered User
    Join Date
    09-02-2012
    Location
    Singapore
    MS-Off Ver
    Excel 2007
    Posts
    77

    Conditional formatting if criteria occurs consecutively for 2 months

    Hi all,

    I am having an issue with conditional formatting. I need to check if the percentages is below 87% or over 113% and if they are they are highlighted in red. I got that covered but now I need to check if the criteria occurs consecutively for 2 months and if so i need to highlight the corresponding fruit in red as well.

    is there a way to do it?

    here is a sample with my condition in it.

    Thanks in advance.

    conditional formatting sample.xlsx
    Regards,
    Hyperdude

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

    Re: Conditional formatting if criteria occurs consecutively for 2 months

    in D3

    =AND(C3 < "",OR(C3 < 0.87,C3 > 1.13,D3 < "",OR(D3 < 0.87,D3 > 1.13),TRUE,FALSE))

    Use Format Painter 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.

  3. #3
    Registered User
    Join Date
    09-02-2012
    Location
    Singapore
    MS-Off Ver
    Excel 2007
    Posts
    77

    Re: Conditional formatting if criteria occurs consecutively for 2 months

    Oh why didn't I think of that.

  4. #4
    Registered User
    Join Date
    09-02-2012
    Location
    Singapore
    MS-Off Ver
    Excel 2007
    Posts
    77

    Re: Conditional formatting if criteria occurs consecutively for 2 months

    Hi Special-k that didn't seem to work. I am getting only TRUE even when i made the whole row of values to be within the range

+ 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