match Row google sheets code example
Example 1: Excel sheet count rows
=COUNTIF(RANGE, CONDITION)
Example: =COUNTIF(C1:C30, "Paris")
Example 2: number of filled cells google sheets
=SUMPRODUCT(LEN(TRIM(A2:A13))>0)
=COUNTIF(RANGE, CONDITION)
Example: =COUNTIF(C1:C30, "Paris")
=SUMPRODUCT(LEN(TRIM(A2:A13))>0)