Use `COUNT` to count numeric values in a range
Use `COUNTA` to count non-empty cells
Use `COUNTBLANK` to count empty cells
Use `COUNTIF` to count cells that meet one condition
Use `COUNTIFS` to count cells that meet multiple conditions
Enter the formula in a cell where you want the result
Select the range or ranges to evaluate
Add the condition inside the formula when needed
Press Enter to return the count
Use cell references instead of typing values directly when possible
Combine `COUNT` with other functions for more specific results
Check that the range contains the correct data type for the function used
