Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=LARGE(A2:B3,2)Computed by a real spreadsheet engine on the sample data below.
| Sales | Revenue |
| 150 | 200 |
| 300 | 400 |
=LARGE(A2:B3,2)→300
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.
The LARGE function will return the same value if there are duplicate entries.
No, the LARGE function works only with numerical data.
Change the '2' in the formula to '3'. For example, =LARGE(A2:B3,3)
Returns the rank of a number in a list, assigning the same rank to ties (same as RANK). Essential for leaderboards.
How-toRank a number against a list with RANK — highest first or lowest first. Works the same in Excel and Google Sheets.
ReferenceReturns the rank of a number, averaging ranks for ties. Useful in statistical analysis where tied ranks should not cluster.
How-toMeasure how spread out your numbers are with STDEV for a sample or STDEVP for a whole population. Works in Excel and Google Sheets.
ReferenceReturns the k-th percentile value from a dataset. Useful for performance benchmarking and threshold analysis.
How-toCombine values and their weights with SUMPRODUCT divided by the total weight. Works the same in Excel and Google Sheets.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: