How to make a formula that adds all the values in the column that contains PAID?
SUM( SELECT(table[amount], “PAID” = [paymentStatus]) )
2 Likes
How to make a formula that adds all the values in the column that contains PAID?
SUM( SELECT(table[amount], “PAID” = [paymentStatus]) )