Countif function

Solved/Closed
goldi - Nov 29, 2009 at 07:49 AM
venkat1926 Posts 1863 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 - Nov 30, 2009 at 10:20 PM
Hello,
I'll like to know if i can use the coutif function on multiple values?
for example: =COUNTIF(E2:E30,(AND(G2:G30, "=הסתיים",A2:A30,"=11"),"=true")))

why isn't working on arria when I want to count the maches?
Thanks
Goldi
Related:

3 responses

venkat1926 Posts 1863 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 811
Nov 29, 2009 at 10:11 PM
try this

=SUMPRODUCT((A2:A30=11)*(G2:G30="=5)*(E2:E30<>0))

assuming there are no zeroes in E2:E30
0
Dear venkat1926
Thank you very much,
your answer helpped me a lot.
Wher are you from?
goldi
0
venkat1926 Posts 1863 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 811
Nov 30, 2009 at 10:20 PM
INDIA
0