Hi,
As averageIf / averageIfs is not supported by Xcelsius.
I am trying to create it manually
I used
SUMIF(P$5:P$400,Y5,R$5:R$400)/SUMPRODUCT((P$5:P$400=Y5)*(R$5:R$400<>"")))
It is working fine in Excel.
But in dashboard it is not showing any Value.
Its Just Blank.
In above formula
Column P contain different Text
and R contain Values
I only want to add those values from Cell R where text in cell P matches with Y5