M
Mat Urban
I have two columns and I have a headache!
OK! I need to count how many times A1:A6=2*B1:B6
=IF(A1:A6=2*B1:B6;1;0)
IF function does the job and answeres in Logical_test {0,1,1,0,0,0}!
or {False,True,True,False,Fals,Fals}
What now? How do I count how many times those damn "1" or "true"
occure?
Countif returns #VALUE.
I know, that I could do a seperate column and count row by row and
then sum the "1", but that would also mean that I need to insert
exactly 195 columns in 34 different files! There must be a different
"one cell" formula to count simple multiplication like this.
A B
1 2 4
2 6 3
3 4 2
4 6 4
5 4 5
6 1 1
ans: 2
Thanks very much!
OK! I need to count how many times A1:A6=2*B1:B6
=IF(A1:A6=2*B1:B6;1;0)
IF function does the job and answeres in Logical_test {0,1,1,0,0,0}!
or {False,True,True,False,Fals,Fals}
What now? How do I count how many times those damn "1" or "true"
occure?
Countif returns #VALUE.
I know, that I could do a seperate column and count row by row and
then sum the "1", but that would also mean that I need to insert
exactly 195 columns in 34 different files! There must be a different
"one cell" formula to count simple multiplication like this.
A B
1 2 4
2 6 3
3 4 2
4 6 4
5 4 5
6 1 1
ans: 2
Thanks very much!