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

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
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,223,099
Messages
6,170,107
Members
452,302
Latest member
TaMere

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