Could you please help me with the following issue?
With the following expression I'm able to calculate the average of VDAF:
=AVG(VDAF)
With the following expression, using set analysis, I'm able to calculate the average of VDAF, exclusively for STCK=GOLL4:
=avg({1<STCK={'GOLL4'}>} VDAF)
How can I calculate the average of VDAF for the following STCKs GOLL4, AZUL4, ITUB4, CVCB3... I'm doing something like this, but I'm not sure if it's correct or not..