+ Reply to Thread
Results 1 to 4 of 4

multiple true conditions

Hybrid View

  1. #1
    Registered User
    Join Date
    11-08-2012
    Location
    Silver Spring, MD
    MS-Off Ver
    Excel 2010
    Posts
    23

    multiple true conditions

    =IF(AND(C2="FALSE",D2="FALSE",E2="FALSE"),"NO","YES")
    This formula is supposed to return "NO" if all three conditions are true but it doesn't seem to work. If one or all of the conditions are not true , it is supposed to return "YES".
    Can you assist
    Many thanks.
    den

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,938

    Re: multiple true conditions

    If you don't have the quotes round the three instances of FALSE does it work as expected?

    BSB

  3. #3
    Registered User
    Join Date
    09-02-2015
    Location
    California
    MS-Off Ver
    2013
    Posts
    23

    Re: multiple true conditions

    Take "False" out of the quotes and it'll work fine for you.

  4. #4
    Valued Forum Contributor
    Join Date
    02-07-2013
    Location
    Philippines
    MS-Off Ver
    Excel Online; 365
    Posts
    633

    Re: multiple true conditions

    try:

    =IF(COUNTIF(C2:E2,"FALSE")=3,"NO","YES")
    If I've helped U pls click on d *Add Reputation

+ 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. IF Statement with Multiple Conditions and Multiple True/False Results
    By ellesutgr in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-03-2015, 04:51 PM
  2. IF Statement combining multiple 'IF TRUE' conditions
    By shaunguyver in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-29-2015, 05:59 AM
  3. Change from checking if 2 conditions are true to if any of 4 conditions are true
    By tafoyavision in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-26-2014, 02:17 PM
  4. Replies: 1
    Last Post: 03-26-2014, 02:14 PM
  5. [SOLVED] Count occurences of a given value in Col A with multiple conditions being true
    By Howard Gale in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-17-2013, 11:26 AM
  6. COUNTIF - Multiple conditions are true
    By ryanw327 in forum Excel General
    Replies: 4
    Last Post: 11-24-2010, 08:32 PM
  7. Sum if multiple conditions (AND/OR) are true
    By Sameer123 in forum Excel General
    Replies: 2
    Last Post: 07-29-2010, 05:10 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