How to use "countif" in Google Sheets | Scribe

    How to use "countif" in Google Sheets

    information ordinal icon
    This Scribe shows you how to use the [[countif]] function in Google Sheets to count instances in a dataset based on 1 single criteria. For multiple criteria, use the [[countifs]] function
    1
    Select the cell where you want your output to live
    2
    Let's assume you want to count how many people named "Joe" are in this dataset. In the cell, type "=countif(A2:A7,"Joe")" and hit [[enter]] The [[countif]] syntax is as follows: =COUNTIF(RANGE,CRITERIA)
    3
    There is your result!