bluepenink
Well-known Member
- Joined
- Dec 21, 2010
- Messages
- 585
all
having some issues with average ifs logic.
my formula of "average if" / "percentile" works fine
HOWEVER, when i try to add "averageifs", i cant seem to make it work?
basically, i want the average if formula / percentile / another condition that looks at column I13:I1449 (which is city names)
any thoughts guys? thanks.
having some issues with average ifs logic.
my formula of "average if" / "percentile" works fine
Code:
{=AVERAGE(IF('Data sample'!$E$11:$E$211>PERCENTILE('Data sample'!$E$11:$E$211,0.9),'Data sample'!$E$11:$E$211))}
HOWEVER, when i try to add "averageifs", i cant seem to make it work?
Code:
AVERAGEIFS(Data!$R$13:$R$1449,">"&PERCENTILE(Data!$R$13:$R$1449,0.9),Data!$I$13:$I$1449,results!$C11)
basically, i want the average if formula / percentile / another condition that looks at column I13:I1449 (which is city names)
any thoughts guys? thanks.
Last edited: