ACtrafficengr
Civil/Environmental
- Jan 5, 2002
- 1,641
This is what I want to do:
Countif[(column a=1) AND {(10<column b<30) OR (column c = 7 OR 8)}]
For example, given
A B C
1 12
2 5
1 1 8
1 1 5
4
1 28
it would return "3."
Any advise on how to code this?
"...students of traffic are beginning to realize the false economy of mechanically controlled traffic, and hand work by trained officers will again prevail." - Wm. Phelps Eno, ca. 1928
"I'm searching for the questions, so my answers will make sense." - Stephen Brust
Countif[(column a=1) AND {(10<column b<30) OR (column c = 7 OR 8)}]
For example, given
A B C
1 12
2 5
1 1 8
1 1 5
4
1 28
it would return "3."
Any advise on how to code this?
"...students of traffic are beginning to realize the false economy of mechanically controlled traffic, and hand work by trained officers will again prevail." - Wm. Phelps Eno, ca. 1928
"I'm searching for the questions, so my answers will make sense." - Stephen Brust