Dear Team,
I would like to know if there is a way to group the
average of 2 or more columns into 1 columns as shown in the example below:
Dear Team,
I would like to know if there is a way to group the
average of 2 or more columns into 1 columns as shown in the example below:
Hi @Rmo-1
wouldnt it just
field1 = (US + UK + FR) / 3
field2 = (EN + PL) / 2
as two new calculated fields.
BR