Subtotal with quartile function

ManalEL

New Member
Joined
Mar 27, 2023
Messages
1
Office Version
  1. 2019
Platform
  1. Windows
Hello,
I'm working on a spreadsheet that computes a number of statistical results, including quartile functions. I want to be able to filter the rows and use only the rows that are NOT hidden within the calculations. I would typically use the SUBTOTAL function, but it does not include the quartile function in it's options.
Is there any way to figure quartile calculations on only non-hidden rows?
Thanks!

Manal
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Hi,
Did you see this thread from Aladin :
 
Upvote 0
Assuming that A2:A100 contains the data, here's another way

Excel Formula:
=AGGREGATE(17,7,A2:A100,1)

Note that the first argument in the AGGREGATE function is the function number, which specifies which function to use. In this case, the number 17 specifies QUARTILE.INC. To specify QUARTILE.EXC, replace 17 with 19. Adjust the range accordingly.

For additional information regarding the AGGREGATE function, have a look at the following article...


Hope this helps!
 
Upvote 0

Forum statistics

Threads
1,216,030
Messages
6,128,408
Members
449,448
Latest member
Andrew Slatter

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