Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
LARGE returns the k-th largest numeric value from a range, where k=1 gives the maximum. It is useful for podium rankings, top-N analysis, and dynamic highlighting without rearranging data.
=LARGE(B2:B5,2)=LARGE(B2:B5,2)Computed by a real spreadsheet engine on the sample data below.
| Student | Score |
| Alice | 88 |
| Bob | 95 |
| Carol | 72 |
| Dave | 90 |
=LARGE(B2:B5,2)→90
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: