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.

Hi, we are Happy

We help organisations create happy, productive workplaces, where people feel trusted, work to their strengths and are confident with their IT software.

We want everyone to find joy in at least 80% of their work, everyday.

Our workplace solutions include:
– Workplace consultancy
– Leadership and personal development programmes
– Government-funded management apprenticeships
– AI and Excel training

And much more. Get in touch with our friendly team to discuss your current challenge and find out how we can help you.

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

Want more ideas for creating happy, productive workplaces?

Sign up for our Happy Manifesto newsletter and discover fresh ways to ignite joy and productivity at work. Get expert tips, insights, and ideas that challenge the norm—straight to your inbox. Join our movement and start your journey for a trust-based, values-led organisation.

Want more ideas for creating happy, productive workplaces?

Sign up for our Happy Manifesto newsletter and discover fresh ways to ignite joy and productivity at work. Get expert tips, insights, and ideas that challenge the norm—straight to your inbox. Join our movement and start your journey for a trust-based, values-led organisation.