COUNTIF Formula in Appsheet

Hi There,

Im trying to figure out how to write teh following formula in Appsheet

COUNTIF(RC105:RC149,“>0”)

Basically count if in a range of columns where the input is greater than 0.

Thanks :slightly_smiling_face:

COUNT( SELECT(

3 Likes

How do I do COUNTIF() or COUNTIFS()?

2 Likes