Help with the SUM Formula

How to make a formula that adds all the values ​​in the column that contains PAID?

SUM( SELECT(table[amount], “PAID” = [paymentStatus]) )

2 Likes