3 minimums

hsandeep

Well-known Member
Joined
Dec 6, 2008
Messages
1,215
Office Version
  1. 2010
Platform
  1. Windows
  2. Mobile
3 values are there in B2, C2 & D2.
How to get Minimum, 2nd minimum & 3rd minimum in E2, F2 & G2.

Thanks in adv
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Hi,

In E2: =SMALL($B$2:$D$2,1)

Then copy to F2 and G2, but replace the 1 with 2 and 3 respectively:

F2 is =SMALL($B$2:$D$2,2)
and
G2 is =SMALL($B$2:$D$2,3)

regards
 
Upvote 0
You can try the SMALL function..

E2: =SMALL(B2:D2,1)
F2: =SMALL(B2:D2,2)
G2: =SMALL(B2:D2,3)
 
Upvote 0
You're welcome.

Pls ...elaborated..

Sheet1

BCDEFGHI
1XYYYYZZ
2300.26301.66302.58
3280.26280.12280.97280.12280.26280.97
4YYYYXZZ

<tbody>
</tbody>

Minimum, 2nd minimum & 3rd minimum are in G3, H3 & I3.
Also required: 'Headers' of the input columns in G4, H4 & I4.
 
Upvote 0

Forum statistics

Threads
1,215,779
Messages
6,126,848
Members
449,343
Latest member
DEWS2031

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top