+ Reply to Thread
Results 1 to 2 of 2

How to return multiple minimum values

Hybrid View

  1. #1
    Registered User
    Join Date
    09-16-2004
    Posts
    2

    How to return multiple minimum values

    I'd like to return the two lowest values from an array of numbers. Is there a way to tweak the MIN function to do this?

    Example: For the array below, I want to be able to return 0 & 1.


    1,2,4,3,6,0

    Thanks!

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,525
    Here is the formula to find the 1st and second lowest value

    =SMALL($A$1:$A$10,1)
    =SMALL($A$1:$A$10,2)
    if you want to put them together you can enter a formula like this

    =SMALL(A1:A10,1)&" & "&SMALL(A1:A10,2)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1