How to write Sum IF formula in appsheet

So, Is there any way to write Sumif function in Appsheet? Thank.

0 1 3,096
1 REPLY 1

You can do that with the SELECT expression like… SUM(SELECT(Table[Column],[Column]>=100))

Top Labels in this Space