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

Data Analysis

  • Data Series in Excel
  • Get column name from index in Excel Table
  • How To Remove Duplicates In Excel Column Or Row?
  • Calculate Conditional Percentile ‘IF’ in table in Excel
  • Understanding Anova in Excel

References

  • How to calculate two-way lookup VLOOKUP in Excel Table
  • How to use Excel ROW Function
  • Perform case-sensitive Lookup in Excel
  • INDEX function: Description, Usage, Syntax, Examples and Explanation
  • Extract all partial matches in Excel

Data Validations

  • Data validation must not exist in list
  • Excel Data validation only dates between
  • Excel Data validation no punctuation
  • Excel Data validation don’t exceed total
  • Prevent invalid data entering in specific cells

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

  • IFS function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel NOT Function
  • SWITCH function: Description, Usage, Syntax, Examples and Explanation
  • NOT function: Description, Usage, Syntax, Examples and Explanation
  • SWITCH function example in Excel

Date Time

  • TODAY function: Description, Usage, Syntax, Examples and Explanation
  • How to calculate future date say 6 months ahead in Excel
  • Get days between dates ignoring years in Excel
  • Basic timesheet formula with breaks in Excel
  • Check If Two Dates are same month in Excel

Grouping

  • Group times into unequal buckets in Excel
  • Group arbitrary text values in Excel
  • Calculate conditional mode with criteria in Excel
  • How to randomly assign data to groups in Excel
  • Categorize text with keywords in Excel

General

  • How to generate random date between two dates in Excel
  • How to fill cell ranges with random text values in Excel
  • How to calculate profit margin percentage in Excel
  • Count cells less than in Excel
  • Check if range contains a value not in another range in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning