Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • How to Create Thermometer Chart in Excel
  • How to conditionally sum numeric data in an Excel table using SUMIFS
  • Use Data Form to input, edit and delete records in Excel
  • Understanding Pivot Tables in Excel
  • How to do a t-Test in Excel?

References

  • Count rows that contain specific values in Excel
  • Get nth match with INDEX / MATCH in Excel
  • How to get last row in numeric data in Excel
  • CHOOSE function: Description, Usage, Syntax, Examples and Explanation
  • Two-column Lookup in Excel

Data Validations

  • Excel Data validation must contain specific text
  • How To Create Drop-down List in Excel
  • Excel Data validation exists in list
  • Excel Data validation allow weekday only
  • Excel Data validation only dates between

Average top 3 scores in Excel

by

This tutorial shows how to work  Average top 3 scores in Excel using the example below;

Formula

=AVERAGE(LARGE(range,{1,2,3}))

Explanation

To average the top 3 scores in a data set, you can use a formula based on the LARGE function.

In the example shown, the formula in G6 is:

=AVERAGE(LARGE(B6:F6,{1,2,3}))

How this formula works

The LARGE function can retrieve the top nth value from a set of values. So, for example LARGE(A1:A10,1) will return highest value, LARGE(A1:A10,2) will return the 2nd highest value, and so on.

In this case, we are asking for more than one value by passing the array constant {1,2,3} into LARGE for the second argument. This causes LARGE to return an array result that includes the highest 3 values. The AVERAGE function then returns the average of these values.

The AVERAGE function is programmed to automatically handle array results, so it is not necessary to use Ctrl+Shift+Enter (CSE) to enter the formula.

Post navigation

Previous Post:

How to use Excel CHOOSE Function

Next Post:

Customize Ribbon In Excel

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • IFERROR function: Description, Usage, Syntax, Examples and Explanation
  • IF, AND, OR and NOT Functions Examples in Excel
  • How to use Excel TRUE Function
  • IF with boolean logic in Excel
  • How to use Excel NOT Function

Date Time

  • Convert date string to date time in Excel
  • Add business days to date in Excel
  • EDATE function: Description, Usage, Syntax, Examples and Explanation
  • Excel Date & Time Functions Example
  • Get date from day number in Excel

Grouping

  • Group numbers at uneven intervals in Excel
  • Group times into 3 hour buckets in Excel
  • Map inputs to arbitrary values in Excel
  • Group arbitrary text values in Excel
  • Map text to numbers in Excel

General

  • Index and match on multiple columns in Excel
  • How to calculate project complete percentage in Excel
  • 231 Keyboard Shortcut Keys In Excel
  • Split Cell Content Using Text to Columns in Excel
  • Automatically fill series of cells in Excel using AutoFill
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning