Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have 4 columns with 0, 1 answers. I need to count the number of rows that
countain at least one 1. -- Scott Miller University of Washington Chemistry |
#2
![]() |
|||
|
|||
![]()
Scott,
use an extra column to sum the answers (e.g. in K2 =SUM(F2:I2) and copy down). Then use =COUNTIF(K:K, "1"). HTH Kostis Vezerides |
#3
![]() |
|||
|
|||
![]()
Let's assume that your data is in cols A-D. In col E enter:
=MIN(A1+B1+C1+D1,1) and copy down Then just sum column E -- Gary's Student "Scott" wrote: I have 4 columns with 0, 1 answers. I need to count the number of rows that countain at least one 1. -- Scott Miller University of Washington Chemistry |
#4
![]() |
|||
|
|||
![]()
It there a way to do this without effecting the data table? I want to
preserve the asthetic valur of the table including only answers to survey questions. -- Scott Miller University of Washington Chemistry "Gary''s Student" wrote: Let's assume that your data is in cols A-D. In col E enter: =MIN(A1+B1+C1+D1,1) and copy down Then just sum column E -- Gary's Student "Scott" wrote: I have 4 columns with 0, 1 answers. I need to count the number of rows that countain at least one 1. -- Scott Miller University of Washington Chemistry |
#5
![]() |
|||
|
|||
![]()
There's probably a better way, but here's an array formula:
=SUM(SIGN(A1:A10+B1:B10+C1:C10+D1:D10)) Note that any text will cause an error. -- Dana DeLouis Win XP & Office 2003 "Scott" wrote in message ... I have 4 columns with 0, 1 answers. I need to count the number of rows that countain at least one 1. -- Scott Miller University of Washington Chemistry |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count Intervals of 1 Numeric value in a Row and Return Count down Column | Excel Worksheet Functions | |||
Count Position of Filtered TEXT cells in a column | Excel Worksheet Functions | |||
Count Position of Filtered TEXT cells in a column | Excel Worksheet Functions | |||
Conversion | Excel Worksheet Functions | |||
SUMPRODUCT Formula to Count Row of data Below Matched Criteria | Excel Worksheet Functions |