#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 50
Default tertiles

Any idea how I can get tertiles in excel. I cannot find any such functions
and it seems it should not be very hard to get this in microsoft excel.


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dav Dav is offline
external usenet poster
 
Posts: 1
Default tertiles


The percentile and Quartile functions exist, these can easily be
manipulated to get the tertile

Eg
if(a1<quantile(range,1),1,if(a1<quantile(range,2), 2,if(a1<quantile(range,3),3,4)))

If tertiles are what i think them to be!

Regards

Dav


--
Dav
------------------------------------------------------------------------
Dav's Profile: http://www.excelforum.com/member.php...o&userid=27107
View this thread: http://www.excelforum.com/showthread...hreadid=557732

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 136
Default tertiles

Hello,

You might want to use PERCENTILE(range,1/3), PERCENTILE(range,2/3),
PERCENTILE(range,3/3) as proxies for 1st, 2nd and 3rd tertile. Please
notice that this might differ slightly from the correct solution.

HTH,
Bernd

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 05:53 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"