How to write Sum IF formula in appsheet

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

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