+ Reply to Thread
Results 1 to 3 of 3

If formula on range with multiple conditions over multiple columns

  1. #1
    Registered User
    Join Date
    09-27-2019
    Location
    Dublin
    MS-Off Ver
    Office 365 Pro Plus
    Posts
    20

    If formula on range with multiple conditions over multiple columns

    I am looking to put in an if formula (or similar) in B1
    The formula should give a result of Yes or No (Or True or False) or 1 or 0, the result does not really matter, it is just that it performs the check
    The check should be that if all 'Trues' in the 'delivered' column, have a name recorded next to it in the Signed By column; then Yes, if not No)

    So in the above table, it should show Y as there is no name recorded in B5

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,986

    Re: If formula on range with multiple conditions over multiple columns

    One way (of many!!):

    =COUNTIF(Table1[Delivered],"True")=COUNTIFS(Table1[Delivered],"True",Table1[Signed By],"<>")
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,152

    Re: If formula on range with multiple conditions over multiple columns

    Try

    =IF(COUNTIF(Table1[Delivered],"TRUE")=COUNTIF(Table1[Signed By],"<>"),"X","Y")

+ 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. Replies: 1
    Last Post: 02-12-2021, 07:21 PM
  2. nested IF formula with multiple conditions based on 2 columns
    By Beattle Juice in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-13-2016, 12:21 AM
  3. [SOLVED] Macro for data present in multiple rows and columns following multiple conditions
    By macrolearnerkk in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 09-07-2015, 11:20 AM
  4. 3 multiple conditions with multiple criteria formula help
    By rmnk101190 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-29-2013, 04:37 PM
  5. [SOLVED] Syntax for formula that uses multiple conditions inside of multiple IF statements
    By njmiller31 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-02-2013, 11:55 AM
  6. Replies: 0
    Last Post: 08-14-2012, 01:18 PM
  7. [SOLVED] Need formula for multiple conditions in 3 columns
    By Mildred in forum Excel General
    Replies: 2
    Last Post: 02-24-2006, 04:55 PM

Tags for this Thread

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