Skip to main content

How to drop the lowest grade and get the average or total of values in Excel?

If you have a list of scores, now, you want to get the average and summation of the numbers but dropping the lowest or the lowest n numbers. This article, I will talk about some formulas to solve this task in Excel.

Drop the lowest grade and get the average or summation with formulas


arrow blue right bubble Drop the lowest grade and get the average or summation with formulas

Drop the lowest or lowest n numbers from the data list, and then average or sum the rest numbers, the following formulas can do you a favor, please do as this:

Sum the numbers but drop the lowest or lowest n numbers:

Please enter this formula: =(SUM(B2:H2)-SMALL(B2:H2,1)) into a blank cell where you want to output the result, and then drag the fill handle down to the cells that you want to apply this formula, and all the cells in each row have been added up ignoring the lowest number, see screenshot:

doc drop lowest 1

Notes:

1. To sum the values but ignoring the lowest two, three or n numbers, please apply the following formulas:

=SUM(B2:H2)-SMALL(B2:H2,1)-SMALL(B2:H2,2)

=SUM(B2:H2)-SMALL(B2:H2,1)-SMALL(B2:H2,2)- SMALL(B2:H2,3)

=SUM(B2:H2)-SMALL(B2:H2,1)-SMALL(B2:H2,2)- SMALL(B2:H2,3)-……- SMALL(B2:H2,n)

2. In the above formulas, B2:H2 is the range that you want to sum, and the number 1, 2, 3…indicates which value is to be dropped from the list of numbers, 1 indicates that the smallest number should be dropped, 2 indicates that the second smallest number should be dropped, and so on.


Average the numbers but drop the lowest or lowest n numbers:

To get the average of the values but skip the lowest or lowest n numbers, the following formulas may do you a favor, please do as this:

Enter this formula: =(SUM(B2:H2)-SMALL(B2:H2,1))/(COUNT(B2:H2)-1) into a blank cell where you want to return the result, and drag the fill handle down to the cells that you want to apply this formula, and all the cells in each row have been averaged ignoring the lowest number, see screenshot:

doc drop lowest 2

Notes:

1. To average the values but ignoring the lowest two, three or n numbers, please apply the following formulas:

=(SUM(B2:H2)-SMALL(B2:H2,1)-SMALL(B2:H2,2))/(COUNT(B2:H2)-2)

=(SUM(B2:H2)-SMALL(B2:H2,1)-SMALL(B2:H2,2)- SMALL(B2:H2,3))/(COUNT(B2:H2)-3)

=(SUM(B2:H2)-SMALL(B2:H2,1)-SMALL(B2:H2,2)- SMALL(B2:H2,3)-……- SMALL(B2:H2,n)) /(COUNT(B2:H2)-n)

2. In the above formulas, B2:H2 is the cells that you want to average, and the number 1, 2, 3…indicates which value is to be dropped from the list of numbers, 1 indicates that the smallest number should be dropped, 2 indicates that the second smallest number should be dropped, and so on.

Best Office Productivity Tools

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions
Popular Features: Find, Highlight or Identify Duplicates   |  Delete Blank Rows   |  Combine Columns or Cells without Losing Data   |   Round without Formula ...
Super Lookup: Multiple Criteria VLookup    Multiple Value VLookup  |   VLookup Across Multiple Sheets   |   Fuzzy Lookup ....
Advanced Drop-down List: Quickly Create Drop Down List   |  Dependent Drop Down List   |  Multi-select Drop Down List ....
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  |  Compare Ranges & Columns ...
Featured Features: Grid Focus   |  Design View   |   Big Formula Bar    Workbook & Sheet Manager   |  Resource Library (Auto Text)   |  Date Picker   |  Combine Worksheets   |  Encrypt/Decrypt Cells    Send Emails by List   |  Super Filter   |   Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters, ...)   |   50+ Chart Types (Gantt Chart, ...)   |   40+ Practical Formulas (Calculate age based on birthday, ...)   |   19 Insertion Tools (Insert QR Code, Insert Picture from Path, ...)   |   12 Conversion Tools (Numbers to Words, Currency Conversion, ...)   |   7 Merge & Split Tools (Advanced Combine Rows, Split Cells, ...)   |   ... and more

Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time.  Click Here to Get The Feature You Need The Most...

Description


Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier

  • Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
  • Open and create multiple documents in new tabs of the same window, rather than in new windows.
  • Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!
Comments (5)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
interesting but can you explain how you calculate the average without the minimum
This comment was minimized by the moderator on the site
To remove multiple, you can use sum(small(B2:H2,{1,n})) rather than subtracting the small function n times.
This comment was minimized by the moderator on the site
This formula is adding the smallest grades which totally misses the point.
This comment was minimized by the moderator on the site
Hello, James,
Could you give a complete formula, the formula you give doesn't work well.
Thank you!
This comment was minimized by the moderator on the site
I think you're supposed to substitute "n"
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations