Editor choice

How to Find Lowest 3 Values in Excel: 5 Easy Ways

Method 1 – Using SMALL Function

Step 1: Click on any cell E5. Insert the formula:

=SMALL(C5:C10,1)

Step 2:  Press ENTER. The First lowest value will appear.

How to Find Lowest 3 Values in Excel Using Small Function

Repeat Steps 1-2 for cells E6 and E7 putting the k’s values 2 and 3 respectively. Get a picture similar to the picture below.

Small Function End Result

Repeating the steps we get the lowest 3 values $58.41, $82.84, and $95.58 in ascending order.


Method 2 – Utilizing SMALL Function Auto Rank

Step 1: To begin with, insert 1, 2, and 3 in any cell (E5, E6, E7) in a column.

Step 2: In the adjacent cell (F5), type:

=SMALL($C$5:$C$10,E5)

Don’t forget to lock the range; you will end up with miscalculated data.

Step 3: Press ENTER. The First lowest value will appear.

How to Find Lowest 3 Values in Excel Automatically

Step 4: Drag the Fill Handle up to the last cell (F7), all 3 lowest values will appear.

Small Function Auto Rank End Result

You can see that we have the same lowest 3 values as we have with Method 1 but with less effort.


Method 3 – Combining SMALL and ROW Functions

Step 1: Click on a cell (E5). Paste the formula:

=SMALL($C$5:$C$10, ROWS(C$5:C5))

Step 2: Hit ENTER. The utmost lowest value will appear.

How to Find Lowest 3 Values in Excel Using Small and Row Functions

Step 3: Drag the Fill Handle, and the rest of the values will show up.

Small and Row Function End Result

Find not only 3 lowest values but also n numbers of lowest values. As you can also see the values we get are similar to prior results.


Method 4 – Implementing Conditional Formatting

Step 1: Select cells C5 to C10 and then go to Home Tab >> Conditional Formatting (in Style Section). Select New Rule.

How to Find Lowest 3 Values in Excel Using Conditional Formatting

Step 2: A new Formatting Rule window will pop up. Select “Use a formula to determine what cell to format” in the Select a rule box.

Step 3: Insert this formula in Edit the Rule Description box.

=C5<=SMALL($C$5:$C$10, 3)

Entering Formatting Rule

Step 4: Click on Format below the Edit the Rule Description box & Choose Fill Colour (Yellow).

Step 5: Click OK.

Choosing Fill Color

The consequences of these steps result in an image similar to the image below

Conditional Formatting End Result

We can see Conditional Formatting colors with the 3 lowest values.


Method 5 – Applying AGGREGATE Function with SMALL Function

Step 1: Insert the formula in any cell (F5):

=AGGREGATE(15,4,$C$5:$C$10,1)

Step 2: Click OK. The outcome depicts the following image

Using Aggregate and Small Function

Step 3: Repeat Steps 1 and 2, replacing the position number(k) with 2 and 3. Get something like the image below

Aggregate Function End Result

We can see that similar results are popping up with every method.


Download Practice Workbook

You can download the practice workbook from here.


Related Articles


<< Go Back to Excel MIN Function | Excel Functions | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Maruf Islam
Maruf Islam

MARUF ISLAM is an excellent marine engineer who loves working with Excel and diving into VBA programming. For him, programming is like a superhero tool that saves time when dealing with data, files, and the internet. His skills go beyond the basics, including ABACUS, AutoCAD, Rhinoceros, Maxsurf, and Hydromax. He got his B.Sc in Naval Architecture & Marine Engineering from BUET, and now he's switched gears, working as a content developer. In this role, he creates techy content... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo