Google spreadsheet counta COUNTIFS -
Google spreadsheet counta COUNTIFS -
i'm working @ google spreadsheet , i'm trieing this:
| b | c | d 1 | ... | 11 | (???) 2 | ... | 10 | 3 | .... | 11 | 4 | ...... | 11 |
(???) d1 = counta unique values @ column if column c = 11.
d1 = 3.
can help me?
i tested =countifs(c:c,"11",a:a,">0") sum "a" (result 10)...
=counta(c:c,"11",a:a,">0") = 10
=countifs(c:c,"11",a:a,">0") = 3
typo?
google-spreadsheet
Comments
Post a Comment