EDUCBA

EDUCBA

MENUMENU
  • Free Tutorials
  • Certification Courses
  • 120+ Courses All in One Bundle
  • Login
Home Excel Excel Resources Statistical Functions in Excel SMALL Excel Function
Secondary Sidebar
Excel Functions
  • Statistical Functions in Excel
    • COUNTIF Formula in Excel
    • COUNTIF Multiple Conditions
    • COUNTIFS with Multiple Criteria
    • Statistics in Excel
    • Confidence Interval in Excel
    • Interpolate in Excel
    • Linear Programming in Excel
    • COUNTIFS in Excel
    • Excel Variance
    • Normal Distribution Formula in Excel
    • Count Cells with Text in Excel
    • Excel Formula For Rank
    • Linear Regression in Excel
    • COUNTA Function in Excel
    • MAX Formula in Excel
    • Excel NORMSINV
    • Count Names in Excel
    • FORECAST Formula in Excel
    • NPER in Excel
    • Excel Median Formula
    • Lognormal Distribution in Excel
    • Excel Chi Square Test
    • Count Formula in Excel
    • COUNTIF Examples in Excel
    • Excel P-Value
    • COUNTIF Not Blank in Excel
    • Excel Standard Deviation Formula
    • Excel GROWTH Formula
    • Excel Percentile Formula
    • Excel Frequency Formula
    • Excel Average Formula
    • Excel Correlation Matrix
    • Excel Z Score
    • Excel MAX IF Function
    • Z TEST in Excel
    • Excel Trendline
    • Excel F-Test
    • Excel STDEV Function
    • Excel Frequency Distribution
    • DCOUNT Function in Excel
    • Excel MIN Function
    • Excel Forecast Function
    • FREQUENCY Excel Function
    • COUNTIF with Multiple Criteria
    • Standard Deviation in Excel
    • MAX Excel Function
    • Excel QUARTILE Function
    • Excel T.Test Function
    • Excel PERCENTILE Function
    • MODE Excel Function
    • SLOPE Excel Function
    • Excel Median Function
    • Excel TREND Function
    • Excel Count Function
    • Excel LARGE Function
    • SMALL Excel Function
    • COUNTIF Excel Function
    • Excel AVERAGE Function
    • Excel CORREL Function
  • Excel Functions (12+)
  • Excel Tools (114+)
  • Financial Functions in Excel (17+)
  • Logical Functions in Excel (14+)
  • Lookup and Reference Functions in Excel (35+)
  • Maths Function in Excel (47+)
  • TEXT and String Functions in Excel (26+)
  • Date and Time Function in Excel (24+)
  • Information Functions in Excel (4+)
  • Excel Charts (56+)
  • Excel Tips (222+)
  • Workplace Productivity (4+)
  • Microsoft Office Tools (15+)
  • Excel Formula and Functions (22+)
  • MS Excel Shortcuts (4+)
Excel Functions Courses
  • EXCEL ADVANCED Training Certification
  • Online Excel for Marketing Course

SMALL Excel Function

By Jeevan A YJeevan A Y

SMALL Function in Excel

SMALL Function in Excel (Table of Contents)

  • SMALL Function in Excel
  • SMALL Formula in Excel
  • How to Use SMALL Function in Excel?

SMALL Function in Excel

A small function in excel is used for getting the smallest number from the selected range of numbers with the help of the Kth position located in the range. For example, we have 10 different numbers, and we need to find the smallest number out of that; by using the Small function, we can get the 1st or 2nd or any Kth smallest number out of those 10 selected numbers.

SMALL Formula in Excel:

Below is the SMALL Formula in Excel :

Start Your Free Excel Course

Excel functions, formula, charts, formatting creating excel dashboard & others

SMALL Formula in Excel

The SMALL function has two arguments, i.e. array, k. Both are required arguments.

All in One Excel VBA Bundle(120+ Courses, 30+ Projects)
Basic ExcelAdvanced ExcelVBA & MacrosExcel Dashboards
Pivot TablesStatistical FunctionsFinancial FunctionsCharts & Graphs
Price
View Courses
120+ Online Courses | 30+ Projects | 500+ Hours | Verifiable Certificates | Lifetime Access
4.9 (64,639 ratings)
  • Array: This is the range of cells you are selecting it as the source data to find the K value.
  • K: This the Kth position of the number. From the list, it gives the bottom value.

In this function, the range should not be empty, and we need to specify both the arguments.

How to Use SMALL Function in Excel?

SMALL Function in Excel is very simple and easy to use. Let us now see how to use this SMALL Function in Excel with the help of some examples.

You can download this SMALL Function Excel Template here – SMALL Function Excel Template

Example #1

Below are the scores of the students on a test. From the below-given data, find the smallest score and the 3rd smallest score.

SMALL Example 1-1

If we are finding the smallest number, we can simply apply MIN Function. If you look at the below image, both the formulas returning the same value as the smallest number in the given list.

SMALL Example 1-2

However, MIN Function stops there only it cannot find the 2nd, 3rd and 4th smallest number. In such cases, SMALL can give us the Kth position number.

Find the 3rd Smallest Number.

To find the third smallest score or number from the list, we need to specify the number in the Kth argument.

The formula is =SMALL (B2:B11, 3), and it reads like this:

“In the range, B2:B11 find the 3rd largest value.”

SMALL Example 1-3

So the result will be :

SMALL Example 1-4

Example #2

Below is the data for a cycle race. From this list, you need to find the winner. Data includes names, start time, end time.

SMALL Example 2-1

From this list, we need to find who has taken the least time to complete the race.

Step 1: Find the total time taken.

SMALL Example 2-2

The actual time taken to complete the race arrived by deducting the start time by the end time. The below image shows the actual time taken by each one to complete the race.

SMALL Example 2-3

Step 2: Now apply the SMALL Function to get the winner.

SMALL Example 2-5

So the result will be :

SMALL Example 2-6

It is a bit of a herculean task if the list is long. But we can just name the winner using the if condition.

SMALL Example 2-7

So the result will be :

SMALL Example 2-8

Similarly, it is applied to other cells in that column to get the desired output.

SMALL Example 2-9

If the value arrived by a SMALL function is equal to the actual time taken value, we call it as Winner or Better Luck Next Time.

Example #3

We can use the SMALL Function along with other functions. From the below-given list, find the sum of the bottom 3 values for Week2.

SMALL Example 3-1

Apply the below SMALL function along with the SUM & VLOOKUP function.

SMALL Example 3-2

This is an array formula. You need to close the formula by typing Ctrl + Shift + Enter. This would insert the curly brackets before and after the formula.

VLOOKUP returns the value for WEEK 2 specified by the SMALL function for 3 bottom values. Then SUM function will add the bottom values together and return the result as 1988.

SMALL Example 3-3

Things to Remember

  • SMALL Function ignores text values and considers only numerical values.

SMALL Function Error 1-1

Result is :

SMALL Function Error 1-2

  • A SMALL function returns an error if there are no numerical values in the list.

SMALL Function Error 2-1

Result is :

SMALL Function Error 2-2

  • If there are any duplicates, then SMALL considers the first value as the smaller one.
  • K should be numeric; otherwise, it returns the error as #VALUE!
  • Supplied range should not be empty.
  • In case of finding only the least value, then we can use the MIN Function. But it finds only the first smallest value.
  • Even though SMALL ignores text values, if there are any errors, then it will return the result as #DIV/0!.
  • We can use the SMALL along with many other functions to find the Nth values.
  • Use practically to get the hint of SMALL function.
  • If you are using SMALL with other function, then it becomes an array formula.

Recommended Articles

This has been a guide to SMALL Function in Excel. Here we discuss the SMALL Formula in Excel and how to use a SMALL Function in Excel along with practical examples and a downloadable excel template. You can also go through our other suggested articles –

  1. VLOOKUP Function in Excel
  2. SUM Function in Excel
  3. SUBTOTAL Function in Excel
  4. TRUE Function in Excel
Popular Course in this category
Excel Advanced Training (16 Courses, 23+ Projects)
  16 Online Courses |  23 Hands-on Projects |  140+ Hours |  Verifiable Certificate of Completion
4.8
Price

View Course

Related Courses

Excel for Marketing Training (8 Courses, 13+ Projects)4.9
5 Shares
Share
Tweet
Share
Primary Sidebar
Footer
About Us
  • Blog
  • Who is EDUCBA?
  • Sign Up
  • Live Classes
  • Corporate Training
  • Certificate from Top Institutions
  • Contact Us
  • Verifiable Certificate
  • Reviews
  • Terms and Conditions
  • Privacy Policy
  •  
Apps
  • iPhone & iPad
  • Android
Resources
  • Free Courses
  • Excel Charts
  • Excel Tips
  • All Tutorials
Certification Courses
  • All Courses
  • Excel VBA Course - All in One Bundle
  • VBA Course
  • Excel Data Analysis Course
  • Excel for Marketing Course
  • Excel for Finance Course
  • Excel for HR Training

ISO 10004:2018 & ISO 9001:2015 Certified

© 2022 - EDUCBA. ALL RIGHTS RESERVED. THE CERTIFICATION NAMES ARE THE TRADEMARKS OF THEIR RESPECTIVE OWNERS.

EDUCBA
Free Excel Course

Excel functions, formula, charts, formatting creating excel dashboard & others

*Please provide your correct email id. Login details for this Free course will be emailed to you

By signing up, you agree to our Terms of Use and Privacy Policy.

EDUCBA Login

Forgot Password?

By signing up, you agree to our Terms of Use and Privacy Policy.

EDUCBA
Free Excel Course

Excel functions, formula, charts, formatting creating excel dashboard & others

*Please provide your correct email id. Login details for this Free course will be emailed to you

By signing up, you agree to our Terms of Use and Privacy Policy.

EDUCBA

*Please provide your correct email id. Login details for this Free course will be emailed to you

By signing up, you agree to our Terms of Use and Privacy Policy.

Let’s Get Started

By signing up, you agree to our Terms of Use and Privacy Policy.

EDUCBA

Download SMALL Function Excel Template

EDUCBA

Download SMALL Function Excel Template

EDUCBA

डाउनलोड SMALL Function Excel Template

This website or its third-party tools use cookies, which are necessary to its functioning and required to achieve the purposes illustrated in the cookie policy. By closing this banner, scrolling this page, clicking a link or continuing to browse otherwise, you agree to our Privacy Policy

Loading . . .
Quiz
Question:

Answer:

Quiz Result
Total QuestionsCorrect AnswersWrong AnswersPercentage

Explore 1000+ varieties of Mock tests View more