+ Reply to Thread
Results 1 to 4 of 4

How do I find the two lowest values in a range?

Hybrid View

  1. #1
    dlroelike
    Guest

    How do I find the two lowest values in a range?



  2. #2
    Ragdyer
    Guest

    Enter this formula in a cell and copy it down one row =SMALL(A1:A100,ROW(A1))



  3. #3
    Ola
    Guest

    RE: How do I find the two lowest values in a range?

    Try
    =SMALL(A1:A10,1)
    =SMALL(A1:A10,2)
    and if you want the sum
    =SUM(SMALL(A1:A10,{1,2}))

    but if you want the 2 lowest Unique values, the formula becomes is a little
    bit more complicated. Let us know if that's the case.

    Ola


  4. #4
    Myrna Larson
    Guest

    Re: How do I find the two lowest values in a range?

    Look at the MIN and SMALL functions

    On Sun, 20 Feb 2005 15:49:02 -0800, dlroelike
    <dlroelike@discussions.microsoft.com> wrote:



+ 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