Excel LARGE function

Complete Excel VBA Course

LARGE function is used to get the Largest k-th value from the range.

LARGE Function has two required arguments i.e. array, and k

Syntax:
=LARGE(array,k)
Syntax Description:

array argument is used to give the range from which largest value is required

Complete Excel VBA Course

argument is used to give value for th value i.e. 1st , 2nd ,3rd, 4th … position from the array argument

Example 1:Excel LARGE function with cell Range:
  • “Column A” has number values,
  • “Column B” shows the sample formula applied,
  • “Column C” shows the value for k argument (position), k-th position that is required,
  • “Column D” shows the output of the function and,
  • Explanation is provided in “Column E”
Learn Excel Large Function

Hope you learnt this Function!

Don’t forget to leave your valuable comments!

If you liked this article and want to learn more similar tricks, please Subscribe and Follow us on Social Media by clicking the below buttons.

Recommended Articles

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *