Count rows from other table (COUNTIF)

Hi Everyone,

I need help with an expression.
I have a table โ€œFamiliasโ€ which have a key [ID Familia] and another column [Quantidade Elementos Agregado]
another table โ€œElementos da Familiaโ€ which have a key [ID Elemento Familia] has a Column [ID Familia] that is a โ€œREF a part ofโ€ the first table โ€œFamiliasโ€
I need the Familias[Quantidade Elementos Agregado] to calculate the amount of rows REFed on Elementos da Familia[ID Familia].

can someone help me as Appsheet doesnโ€™t accept COUNTIF

thanx

0 2 771
2 REPLIES 2

Steve
Platinum 4
Platinum 4

Hello @Luis_Gomes_Machado, try:

COUNT([Related Elementos da Familia])

Top Labels in this Space