3 minimums

hsandeep

Well-known Member
Joined
Dec 6, 2008
Messages
1,226
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
 
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
XYYYYZZ
YYYYXZZ

<tbody>
[TD="bgcolor: #cacaca, align: center"]1[/TD]

[TD="bgcolor: #cacaca, align: center"]2[/TD]
[TD="align: right"]300.26[/TD]
[TD="align: right"]301.66[/TD]

[TD="align: right"]302.58[/TD]

[TD="bgcolor: #cacaca, align: center"]3[/TD]
[TD="bgcolor: #ffff00, align: right"]280.26[/TD]
[TD="bgcolor: #ffff00, align: right"]280.12[/TD]

[TD="bgcolor: #ffff00, align: right"]280.97[/TD]

[TD="bgcolor: #99cc00, align: right"]280.12[/TD]
[TD="bgcolor: #ffcc00, align: right"]280.26[/TD]
[TD="bgcolor: #99ccff, align: right"]280.97[/TD]

[TD="bgcolor: #cacaca, align: center"]4[/TD]

</tbody>

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

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