Determine Quartile ignoring filtered out data AND with the right name in a different collumn

dwg83

Board Regular
Joined
Nov 8, 2006
Messages
174
I have scoured mrexcel, now I am posting a fresh thread. I have values in column O that I would determine quartiles for. My table will be filtered. However it won't be filtered by name which is in column A. How do I have excel tell me the quartile of the values showing that have the correct name in column A? Closest I have gotten:

{=QUARTILE.INC(IF(AND($A$13:$A$2080=$S$2,SUBTOTAL(2,OFFSET($O$13:$O$2080,ROW($O$13:$O$2080)-ROW(O13),,1))),$O$13:$O$2080),3)}

Thanks in advance!:eek:
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Try...

=QUARTILE.INC(IF(SUBTOTAL(2,OFFSET($O$13:$O$2080,ROW($O$13:$O$2080)-ROW(O13),,1)),IF($A$13:$A$2080=$S$2,$O$13:$O$2080)),3)

...confirmed with CONTROL+SHIFT+ENTER.

Hope this helps!
 
Upvote 0
Domenic, would the average of that same kind of data set be possible too? I know I wouldn't be using Quartile, but should I still use subtotal? Not sure how I would incorporate the extra "name" parameter.

thanks,
David
 
Upvote 0

Forum statistics

Threads
1,215,430
Messages
6,124,849
Members
449,194
Latest member
HellScout

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top