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

Data Analysis

  • How to count table rows in Excel
  • Get column index in Excel Table
  • Understanding Anova in Excel
  • How To Remove Duplicates In Excel Column Or Row?
  • How To Create Pareto Chart in Excel

References

  • Convert text string to valid reference in Excel using Indirect function
  • Complete List of Excel Lookup and Reference Functions, References and Examples
  • Get nth match with INDEX / MATCH in Excel
  • How to get last column number in range in Excel
  • How to use Excel VLOOKUP Function

Data Validations

  • Excel Data validation specific characters only
  • Excel Data validation unique values only
  • Excel Data validation no punctuation
  • Excel Data validation number multiple 100
  • Excel Data validation must begin with

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

  • IF function: Description, Usage, Syntax, Examples and Explanation
  • Invoice status with nested if in Excel
  • SWITCH function: Description, Usage, Syntax, Examples and Explanation
  • OR function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel AND Function

Date Time

  • TODAY function: Description, Usage, Syntax, Examples and Explanation
  • Sum through n months in Excel
  • DAYS function: Description, Usage, Syntax, Examples and Explanation
  • Get first Monday before any date in Excel
  • Pad week numbers with zeros in Excel

Grouping

  • Group numbers at uneven intervals in Excel
  • How to randomly assign people to groups in Excel
  • Running count group by n size in Excel
  • Map inputs to arbitrary values in Excel
  • If cell contains one of many things in Excel

General

  • How to add sequential row numbers to a set of data in Excel
  • Mark Workbook as Final in Excel
  • Using Existing Templates in Excel
  • Transpose: Switch ‘Rows to Columns’ or ‘Columns to Rows’ in Excel
  • 44 Practical Excel IF function Examples
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning