How to Use the LARGE Function in Excel

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?

Keep informed about happy workplaces

Sign up to Henry's monthly Happy Manifesto newsletter, full of tips and inspiration to help you to create a happy, engaged workplace.

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:

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:

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

Learn the 10 core principles to create a happy and productive workplace in Henry Stewart's book, The Happy Manifesto.

Support your aspiring and current managers to be empowering and confident leaders with Happy

Happy offers leadership programmes at Level 3, Level 5 and Level 7, from new managers/supervisor level all the way up to senior leadership teams and CEOs. These programmes are based on the ideas of trusting your people. They are practical and based on applying what yo’ve learnt. We aim to inspire and ignite change in your organisation, as well as giving you valuable management skills such as business strategy, decision-making, negotiation and project management.

We also offer programmes tailored specifically to people from Global Majority backgrounds. The content is the same, but have been designed to give new and experienced managers the skills they need to navigate organisational culture with a clearer perspective on their own potential, as well as building their confidence and expanding their professional strengths.

Jonny Reynolds

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

What you should look at next