Excel Function SMALL

Complete Excel VBA Course

SMALL function is used to get the Smallest k-th value from the range.

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

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

array argument is used to give the range from which smallest 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 Function SMALL 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”
Excel function SMALL

Usage Notes

The SMALL function returns a numeric value based on its position in a list when sorted by value in ascending order. In other words, SMALL can return the “nth smallest” value (1st smallest value, 2nd smallest value, 3rd smallest value, etc.) from a set of numeric data.

The SMALL function takes two argumentsarray and kAn array is an array or range of numeric values. 

To get nth largest values, see the LARGE function.

Recommended Articles

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 us or follow us on Social Media by clicking below buttons:

Similar Posts

One Comment

  1. Anshu Taneja says:

    An Excellent platform to learn EXCEL in easy and Smart way.”Excelsirji…….”amazing!!

Leave a Reply

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