Bunny Bunny
Bunny Bunny

Reputation: 35

How can I count with two criteria in google spreadsheet?

I am quite confused on how this function... I am trying to count date and activity but inorder to count activity, it should be not blank and it follows the corresponding date. How can I code it? Tried countifs but I can't make it work. Thanks in advance

https://docs.google.com/spreadsheets/d/1XfAp1RKp55jDRj7jSTIPGQSvy1GHH8KE-VR-vJmCF3w/edit?usp=drivesdk

Upvotes: 1

Views: 32

Answers (1)

player0
player0

Reputation: 1

your formula should be:

=COUNTIFS(A$2:A, D2, B$2:B, "<>")

0

Upvotes: 1

Related Questions