I need to find to calculate the 25% percentile of a range of values with certain conditions on a table. This is what i have so far but it seems to have an error somewhere,
=PERCENTILE(IF('906-Try'!F:F>'2019 Goals'!K2,IF('906-Try'!T:T>'2019 Goals'!K3,IF('906-Try'!O:O>'2019 Goals'!K4,IF('906-Try'!C:C>=MIN('2019 Goals'!K5,'906-Try'!C:C<=MAX('2019 Goals'!L5)))))),25%)
Solved by I. Q. in 13 mins