Forum Discussion
Sadek_Youssef
Sep 18, 2021Copper Contributor
Wrong formula QUARTILE
The 3rd quartile result is wrong
HansVogelaar
Sep 18, 2021MVP
QUARTILE is a legacy function that has been replaced with two new functions.
Use =QUARTILE.EXC($A$1:$A$13,$D4) or =QUARTILE.INC($A$1:$A$13,$D4)