+ Reply to Thread
Results 1 to 6 of 6

Counting FALSE in range

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    07-17-2012
    Location
    bangalore
    MS-Off Ver
    Excel 2007
    Posts
    461

    Counting FALSE in range

    Hi All,

    I have four columns from 1 to 4. Here i have TRUE and FALSE values. I need to count all the false in the range and give one identification. Please find the attachment.
    Attached Files Attached Files

  2. #2
    Forum Expert romperstomper's Avatar
    Join Date
    08-13-2008
    Location
    England
    MS-Off Ver
    365, varying versions/builds
    Posts
    22,064

    Re: Counting FALSE in range

    Do you mean the result should be 1 if any of the columns contains FALSE, and blank otherwise?
    Everyone who confuses correlation and causation ends up dead.

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

    Re: Counting FALSE in range

    In E2 and copied down:
    Formula: copy to clipboard
    =IF(COUNTIF(A2:D2,FALSE)>0,1,"")


    BSB

  4. #4
    Forum Contributor
    Join Date
    07-17-2012
    Location
    bangalore
    MS-Off Ver
    Excel 2007
    Posts
    461

    Re: Counting FALSE in range

    Thanks! This is what I needed it

  5. #5
    Forum Expert romperstomper's Avatar
    Join Date
    08-13-2008
    Location
    England
    MS-Off Ver
    365, varying versions/builds
    Posts
    22,064

    Re: Counting FALSE in range

    Just as an alternative:

    =IF(AND(A2:D2),"",1)

  6. #6
    Forum Expert romperstomper's Avatar
    Join Date
    08-13-2008
    Location
    England
    MS-Off Ver
    365, varying versions/builds
    Posts
    22,064

    Re: Counting FALSE in range

    Thanks for the rep, BSB!

+ 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] Message Box if Value in Range of Cells is FALSE
    By phelbin in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-17-2016, 07:32 PM
  2. Set a range to a FALSE value
    By Shell526 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-20-2010, 03:53 PM
  3. Checking a range of cells for False
    By Grimace in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 02-21-2010, 09:46 PM
  4. message box if all cells in range are false
    By adam2308 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-14-2009, 03:38 PM
  5. TabStop=False over a Range
    By dsexpress in forum Excel General
    Replies: 0
    Last Post: 10-15-2008, 03:07 PM
  6. counting number of dates AND check for true false
    By Whisper1 in forum Excel General
    Replies: 1
    Last Post: 01-30-2007, 04:50 PM
  7. Replies: 0
    Last Post: 08-23-2005, 11:53 AM

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