Max Average formula

MathTeacher77

New Member
Joined
May 29, 2013
Messages
5
Office Version
  1. 365
Platform
  1. Windows
I'm creating a gradebook and want to allow teachers to put in two grades but only average the highest grade for any given assignment. So two rows of grades and one row using the Max formula, then I average that entire row. The problem comes when people insert columns or delete things...either way my formula keeps getting destroyed.



Is there a way to have just one formula to find the average of the max value without the row of individual max values? Hopefully this makes sense... I've included a copy of what I'm trying to do.

Thanks in advance!

Keep in mind since it's a gradebook it could have 150+ assignments throughout a yearlong course.
 

Attachments

  • Capture 2.JPG
    Capture 2.JPG
    30.6 KB · Views: 14
  • Capture.JPG
    Capture.JPG
    49.3 KB · Views: 15
  • Capture 3.JPG
    Capture 3.JPG
    105.6 KB · Views: 16
Ok, how about
Excel Formula:
=AVERAGE(BYCOL(filter(d8:xx9,d5:xx5<>"test"),LAMBDA(bc,IF(SUM(bc),MAX(bc),""))))
 
Upvote 1
Solution

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Glad we could help & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,225,743
Messages
6,186,773
Members
453,370
Latest member
juliewar

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