average small if 5 or 10 values ignoring blank cells

rexysri

New Member
Joined
Mar 2, 2016
Messages
27
Office Version
  1. 365
  2. 2021
  3. 2019
  4. 2016
  5. 2013
Platform
  1. Windows
  2. Mobile
i am using this formula =AVERAGE(LARGE(IF('Stu List'!$F$3:$F$1322=$E$1,'Stu List'!$K$3:$K$1322),ROW(1:5))) for Average large 5 and 10 values it's working, but when i am trying to average small 5 values ignoring blank cells its not working AVERAGE(SMALL(IF('Stu List'!$F$3:$F$1322=$E$1,'Stu List'!$K$3:$K$1322),ROW(1:5)))

CAN ANY ONE HELP..
 

Attachments

  • LARGE1.JPG
    LARGE1.JPG
    59.4 KB · Views: 9

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
There definitely would be "cleaner" ways to address this, but see if this modification works for you

Excel Formula:
AVERAGE(SMALL(IF('Stu List'!$F$3:$F$1322=$E$1,IF('Stu List'!$F$3:$F$1322<>"",'Stu List'!$K$3:$K$1322)),ROW(1:5)))
 
Upvote 0
Solution
There definitely would be "cleaner" ways to address this, but see if this modification works for you

Excel Formula:
AVERAGE(SMALL(IF('Stu List'!$F$3:$F$1322=$E$1,IF('Stu List'!$F$3:$F$1322<>"",'Stu List'!$K$3:$K$1322)),ROW(1:5)))
Thank you so much brother... trying this formula since a week..
 
Upvote 0

Forum statistics

Threads
1,213,487
Messages
6,113,938
Members
448,534
Latest member
benefuexx

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