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

Data Analysis

  • Calculate Conditional Percentile ‘IF’ in table in Excel
  • How to Create One and Two Variable Data Tables in Excel
  • Managing Conditional Formatting Rules in Excel
  • How To Create Pareto Chart in Excel
  • Understanding Anova in Excel

References

  • Multi-criteria lookup and transpose in Excel
  • Count rows that contain specific values in Excel
  • Lookup entire row in Excel
  • CHOOSE function: Description, Usage, Syntax, Examples and Explanation
  • Basic INDEX MATCH approximate in Excel

Data Validations

  • Excel Data validation only dates between
  • Excel Data validation allow weekday only
  • Excel Data validation require unique number
  • Excel Data validation specific characters only
  • Excel Data validation date in specific year

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.

Worked Example:   How to calculate average last N values in a table in Excel

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.

Worked Example:   Get last match in Excel

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.

Worked Example:   AVERAGE function: Description, Usage, Syntax, Examples and Explanation

Post navigation

Previous Post:

44 Practical Excel IF function Examples

Next Post:

Large with criteria 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

  • Return blank if in Excel
  • How to use Excel XOR Function
  • IFERROR function: Description, Usage, Syntax, Examples and Explanation
  • Nested IF function example in Excel
  • FALSE function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • WEEKDAY function: Description, Usage, Syntax, Examples and Explanation
  • Convert text date dd/mm/yy to mm/dd/yy in Excel
  • Get fiscal quarter from date in Excel
  • How to get same date next month or previous month in Excel
  • Convert decimal hours to Excel time

Grouping

  • How to randomly assign data to groups in Excel
  • Categorize text with keywords in Excel
  • Group numbers with VLOOKUP in Excel
  • Group numbers at uneven intervals in Excel
  • Calculate conditional mode with criteria in Excel

General

  • How to password protect excel sheet?
  • How to get amount with percentage in Excel
  • Create dynamic workbook reference to another workbook in Excel
  • Count cells that do not contain many strings in Excel
  • Select, Insert, Rename, Move, Delete Worksheets in Excel
© 2023 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning