Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to utilize the QUARTILE function on a series of investment
returns. When utilizing the complete data set (returns on 195 funds), Quartile works fine. However, when I use Autofilter to focus on returns say in Asia (returns on 21 funds), Quartile returns the same results as if using the complete data set (all 195 funds). How does one get the QUARTILE function to ignore the hidden values sorted out by the use of Autofilter? Or do I need to take a different approach? Thanks in advance for the help. Gerry |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assuming that B2:B10 contains the data, try the following formula that
needs to be confirmed with CONTROL+SHIFT+ENTER... =QUARTILE(IF(SUBTOTAL(3,OFFSET(B2:B10,ROW(B2:B10)-ROW(B2),0,1)),B2:B10),2 ) Adjust the range and quart, accordingly. Hope this helps! In article , Gerry Pat wrote: I am trying to utilize the QUARTILE function on a series of investment returns. When utilizing the complete data set (returns on 195 funds), Quartile works fine. However, when I use Autofilter to focus on returns say in Asia (returns on 21 funds), Quartile returns the same results as if using the complete data set (all 195 funds). How does one get the QUARTILE function to ignore the hidden values sorted out by the use of Autofilter? Or do I need to take a different approach? Thanks in advance for the help. Gerry |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks! It seems to be working very well. Now to test it on several
thousand returns. Again, thanks. "Domenic" wrote: Assuming that B2:B10 contains the data, try the following formula that needs to be confirmed with CONTROL+SHIFT+ENTER... =QUARTILE(IF(SUBTOTAL(3,OFFSET(B2:B10,ROW(B2:B10)-ROW(B2),0,1)),B2:B10),2 ) Adjust the range and quart, accordingly. Hope this helps! In article , Gerry Pat wrote: I am trying to utilize the QUARTILE function on a series of investment returns. When utilizing the complete data set (returns on 195 funds), Quartile works fine. However, when I use Autofilter to focus on returns say in Asia (returns on 21 funds), Quartile returns the same results as if using the complete data set (all 195 funds). How does one get the QUARTILE function to ignore the hidden values sorted out by the use of Autofilter? Or do I need to take a different approach? Thanks in advance for the help. Gerry |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lookup to return count, median, lower quartile, upper quartile&ave | Excel Discussion (Misc queries) | |||
Why MS Excel produce diffrent result for the function "Quartile" | Excel Worksheet Functions | |||
Advance function of excel to get sorted data | Excel Worksheet Functions | |||
Quartile / Quintile Function | Excel Worksheet Functions | |||
Quartile Function | Excel Discussion (Misc queries) |