+ Reply to Thread
Results 1 to 7 of 7

Conditional Formatting help please

  1. #1
    Registered User
    Join Date
    01-14-2013
    Location
    Dover
    MS-Off Ver
    Excel 2003
    Posts
    16

    Conditional Formatting help please

    Good Evening,

    I am trying to write some conditional formatting (formula) so that if cell C3 says “YES”,if cell E3 says “YES” and if cell E6 is equal or more than 2 then then it returns a value of “YES” in cell E8 (where conditional formatting is applied). If there is a “NO” in cell C3 or E3 or cell E6 value is 0 or 1 then returns a value of “NO” in cell E8.

    Hope you understand?

    Any help would be good.

    Thank you.

    Yidolee.

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Conditional Formatting help please

    Hi Yidolee,

    How does this do

    =IF(OR(C3="",E3="",F6=""),"",IF(AND(C3="Yes",E3="Yes",F6>=2),"Yes",IF(AND(C3="No",E3="No",OR(F6=1,F6=0)),"No","")))
    HTH
    Regards, Jeff

  3. #3
    Registered User
    Join Date
    01-14-2013
    Location
    Dover
    MS-Off Ver
    Excel 2003
    Posts
    16

    Re: Conditional Formatting help please

    Thank you Jeff, worked a treat.

  4. #4
    Registered User
    Join Date
    01-14-2013
    Location
    Dover
    MS-Off Ver
    Excel 2003
    Posts
    16

    Re: Conditional Formatting help please

    I need to expand now and add another cell,D3.

    So cell C3 or D3 says “YES”,if cell E3 says “YES”,if cell E6 is equal or more than 2 then then it returns a value of “YES” in cell E8 (where conditional formatting is applied). If there is a “NO” in cell C3,D3 or E3 or cell E6 value is 0 or 1 then returns a value of “NO” in cell E8.

    Have tried adding D3 into the formula but can’t seem to get it working?

    Many Thanks again,

    Yidolee

  5. #5
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,428

    Re: Conditional Formatting help please

    Based on Jeff's formula it would seem that the following will work:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    If the formula doesn't work please upload a sample spreadsheet utilizing the information in the banner at the top of the page.
    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  6. #6
    Registered User
    Join Date
    01-14-2013
    Location
    Dover
    MS-Off Ver
    Excel 2003
    Posts
    16

    Re: Conditional Formatting help please

    Thank you JeteMc,all sorted.

  7. #7
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,428

    Re: Conditional Formatting help please

    You're Welcome. Thank You for the feedback and for marking the thread as 'Solved'. I hope that you have a blessed day.

+ 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 based on another cells Conditional Formatting
    By chriskay in forum Excel General
    Replies: 4
    Last Post: 08-22-2019, 05:33 AM
  2. [SOLVED] Override conditional formatting (in general, without changing the conditional formatting)
    By Stormin' in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 11-21-2017, 07:15 AM
  3. Conditional Formatting Removing Previous Conditional Formatting?
    By CravingGod in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-04-2016, 01:02 PM
  4. Replies: 6
    Last Post: 01-08-2016, 06:44 PM
  5. Opening xlsm files with conditional formatting opens with removed conditional formatting
    By Martijn.Steenbakker in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-07-2014, 05:38 AM
  6. Replies: 1
    Last Post: 09-20-2013, 06:23 PM
  7. Replies: 3
    Last Post: 05-15-2012, 04:13 PM

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