mr.emunson
New Member
- Joined
- Dec 10, 2010
- Messages
- 22
I have a column of various percentages and I would like to use the QUARTILE function to get the 50% percentile. The issue I have is that majority of these percentages are zero.
I am looking for a formula to exclude the zeros and compute the 50% quartile of anything non-zero.
My attempt:
=IF(AD8:AD200<>0,QUARTILE(AD8:AD200,2),"")
Any help is very much appreciated, thank you.
I am looking for a formula to exclude the zeros and compute the 50% quartile of anything non-zero.
My attempt:
=IF(AD8:AD200<>0,QUARTILE(AD8:AD200,2),"")
Any help is very much appreciated, thank you.