How to Use the LARGE Function in Excel

In: BlogDate: Feb 26, 2013By: Jonny Reynolds

In this blog, Jonny explains how to use the LARGE Function to extract the top values in a row and even add them up.

Hi, we are Happy

We are leading a movement to create happy, empowered and productive workplaces.

How can we help you and your people to find joy in at least 80% of your work?

More about Happy

This question came from a data analyst in a school.

A key measure of students is the value of their top 8 GCSEs. Given a spreadsheet of student results, how do you extract the best 8, given they will be different for each student. The grades (A*, A, B etc) have already been converted into scores (58, 52, 46 using a simple lookup table:

 

 

The function MAX() extracts the top score but to find the next highest, there is a simple function that I love: LARGE (range, num).

LARGE(B2:N2, 2) gives the second largest value in the range B2 to N2.

We can use LARGE to extract the top eight values and then simply add them up. We want a formula that we can enter once and then copy across, so we create eight columns labelled 1 to 8:

 

 

Cell p2: LARGE($b2:$n2,p$1)

This can then be copied across to W2 and down to W9:

 

 

This is almost there, but results in a #NUM! error where students have less than eight results. To remove those, we use a COUNT() in column O and then an IF statement to only enter a value if the number of results for that student is greater or equal to the current column number:

=IF($O2>=P$1,LARGE($B2:$N2,P$1),””)

 

 

These can now be added to give a total value for each student’s Top 8 score in column X.

How could the LARGE function save you time at work?

Related Blogs

Why not sign up to our newsletter?

Sign up to our monthly newsletter, full of tips, tricks and news to help you to be happier and more productive at work.

Sign up here

Improve your productivity in Excel with happy

Happy has high-quality, learner-focused Excel training courses for all skill levels, designed to improve your confidence and productivity. And our new online learning programme is just as interactive as our classroom sessions.

Here are our most popular options:

  • If you are new to Excel, take a look at our Beginner Excel Core Level 1 course. Join us online on 26th March or 9th May or in the classroom at Happy on 14th March or 11th April.
  • If you are comfortable with using Excel and creating formulas, take a look at our Intermediate Excel Core Level 2 course. The next available online course is 16th April, or join us in the classroom on 28th March or 2nd May.
  • Wanting to analyse Excel data more effectively? We have an intensive full-day Advanced Excel Level 3 course. Join us online on 23rd April or in the classroom on 19th March.
  • For expert users, we have an Expert Excel Core Level 4 course, covering advanced formulas and functions such as XLOOKUP and dynamic array functions. Our next public date is online on 11th March.

Our learners tell us that they save an average of 32 minutes a day with our Excel training courses. How much time could you save with us?

Why learn online with Happy?

  • Interactive and engaging - just like our classroom sessions
  • Bitesize or full-day sessions - fit around your schedule
  • Learn from home - all you need is a quiet place to call from and an internet connection
  • IT Helpline - 2 years of free support after your course
  • No quibble money-back guarantee

Jonny Reynolds

Jonny worked at Happy for over 11 years, starting as Operations Manager and working his way up to Business Stream Manager.

More by Jonny

Testimonials from happy Customers