trimmean filtered rows

lcornaro

New Member
Joined
Oct 7, 2013
Messages
7
Hi, I'm trying to get the trimmean of filtered rows. For an unfiltered worksheet this is my equation: =TRIMMEAN(Q2:Q3478;0.05)
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Try:

=TRIMMEAN(IF(SUBTOTAL(109,OFFSET(Q2:Q3478,ROW(Q2:Q3478)-ROW(Q2),,1,1)),Q2:Q3478),0.05)

confirmed with Ctrl+Shift+Enter.
 
  • Like
Reactions: bcm
Upvote 0
Hi,

Try this array formula (important that you know how to enter this type of formula in Excel):</SPAN>

=TRIMMEAN(IF(SUBTOTAL(9,OFFSET(Q2,ROW(Q2:Q3478)-MIN(ROW(Q2:Q3478)),,,)),Q2:Q3478),0.05)</SPAN>

Regards
 
Upvote 0
thank you guys for the quick reply! you dont know how many countless of hours of trial and error you spared me!
 
Upvote 0

Forum statistics

Threads
1,215,981
Messages
6,128,095
Members
449,419
Latest member
mammothzaa

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