Add values in a column based on the select list of another column in another table

Hi Catherine, here is my formula:

[Kayıt Defteri].Filter(Etkinlik=thisRow).[KATILIM BEDELİ].Sum()

In your case it would probably be something like this:
[NameofTable].Filter(Status=“Closed”).[Subtotals].Sum()

1 Like