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.
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.
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.
In E2 and copied down:
Formula:
=IF(COUNTIF(A2:D2,FALSE)>0,1,"")
BSB
Thanks! This is what I needed it![]()
Just as an alternative:
=IF(AND(A2:D2),"",1)
Thanks for the rep, BSB!![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks