+ Reply to Thread
Results 1 to 6 of 6

Conditional format based on 4 criteria??

  1. #1
    Forum Contributor
    Join Date
    11-03-2004
    Posts
    139

    Conditional format based on 4 criteria??

    I'm thinking I want a conditional format but if your knowledge thinks I should achieve my results another way, please let me know

    In cell L5, I have averaged H5:K5. What I would like to do is: if F5 = FT and the result in L5 is < 30 shade blue....if f5 = PT and the result in L5 is > 30 green. I have attached a sample.

    Thanks in advance for your help and knowledge.

    Michelle
    Attached Files Attached Files
    Last edited by leem; 07-16-2010 at 03:35 PM.

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: Conditional format based on 4 criteria??

    Try this for blue:

    =AND(F5="FT", L5<30)

    And another condition for green:

    =AND(F5="PT", L5>30)

  3. #3
    Forum Contributor
    Join Date
    11-03-2004
    Posts
    139

    Re: Conditional format based on 4 criteria??

    Perfect...thank you so much for you help and anwering so quickly.

  4. #4
    Forum Contributor
    Join Date
    09-09-2009
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    185

    Re: Conditional format based on 4 criteria??

    I have a question,

    How would you combine these two into one?

    Meaning, if Cell F5 equaled "FT" and the value of L5 is below 30 then cell color change to green.

    But, if Cell F5 equaled "FT" and the value is above 30 then change the cell color to red?

    How would you combine these into one formula?

    Sorry, just curious because I have a similar situation but not quite the same.

  5. #5
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: Conditional format based on 4 criteria??

    2. Don't post a question in the thread of another member -- start your own thread. If you feel it's particularly relevant, provide a link to the other thread.

  6. #6
    Forum Contributor
    Join Date
    09-09-2009
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    185

    Re: Conditional format based on 4 criteria??

    Quote Originally Posted by zbor View Post
    2. Don't post a question in the thread of another member -- start your own thread. If you feel it's particularly relevant, provide a link to the other thread.
    Sorry, please disregard my question. I will post another thread. Thank You.

+ 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