Finance

Charts

Statistics

Macros

Search

How to use the SMALL() function in Excel

Returns the k-th smallest value in a dataset. This function is useful for extracting values with specific relative rankings without sorting the data.

Syntax:
SMALL(array; k)

Arguments:

  • array(required): The range or array containing the dataset
  • k(required): The ordinal position of the value to return (1 = smallest, n = largest)

Key Notes:

  1. Error Conditions:
    • Returns #NUM!if:
      • The array is empty
      • k ≤ 0
      • k exceeds the number of data points
  1. Special Cases:
    • SMALL(array, 1)returns the minimum value
    • SMALL(array, n)(where n = count of values) returns the maximum value
  2. Counterpart: This function complements LARGE()

Example – Football Attendance Analysis:
A league analyzes game attendance data:

  • Dataset: Unsorted list of daily spectator counts
  • Objective: Find days with lowest attendance
  • Solution:
    • =SMALL(B2:B31, 1)→ Absolute minimum
    • =SMALL(B2:B31, 5)→ 5th smallest attendance

Result:
Figure below demonstrates the function returning:

  • 1st smallest value (smallest attendance day)
  • 2nd smallest value
0 0 votes
Évaluation de l'article
S’abonner
Notification pour
guest
0 Commentaires
Le plus ancien
Le plus récent Le plus populaire
Online comments
Show all comments
Facebook
Twitter
LinkedIn
WhatsApp
Email
Print
0
We’d love to hear your thoughts — please leave a commentx