+ Reply to Thread
Results 1 to 6 of 6

Sum of Lowest Cell Numbers

  1. #1
    Anthony
    Guest

    Sum of Lowest Cell Numbers

    I have another question, I was wondering how do I get excel to total the
    number of cells in a group that have the lowest number. My example is is I
    have a group of cells that have 5,6,4,7,2,2,5,6 and and I need to have one
    cell count the how many of the lowest numbers are there, for my example there
    would be two. If anyone could help, thanks you.

    Anthony

  2. #2
    pinmaster
    Guest
    Hi,
    Try:
    =COUNTIF(A1:B10,MIN(A1:B10))

    HTH
    JG

  3. #3
    Anne Troy
    Guest

    Re: Sum of Lowest Cell Numbers

    You're telling us how many "lowest" numbers you have, but you're not telling
    us what determines that. To give you a formula, we need to know (in english)
    how you come about determining that. Are you looking for the TWO lowest
    numbers? The numbers less than 4? Or what?
    ************
    Anne Troy
    www.OfficeArticles.com

    "Anthony" <[email protected]> wrote in message
    news:[email protected]...
    >I have another question, I was wondering how do I get excel to total the
    > number of cells in a group that have the lowest number. My example is is
    > I
    > have a group of cells that have 5,6,4,7,2,2,5,6 and and I need to have one
    > cell count the how many of the lowest numbers are there, for my example
    > there
    > would be two. If anyone could help, thanks you.
    >
    > Anthony




  4. #4
    Peo Sjoblom
    Guest

    Re: Sum of Lowest Cell Numbers

    One way

    =COUNTIF(A1:A8,"="&MIN(A1:A8))

    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "Anthony" <[email protected]> wrote in message
    news:[email protected]...
    >I have another question, I was wondering how do I get excel to total the
    > number of cells in a group that have the lowest number. My example is is
    > I
    > have a group of cells that have 5,6,4,7,2,2,5,6 and and I need to have one
    > cell count the how many of the lowest numbers are there, for my example
    > there
    > would be two. If anyone could help, thanks you.
    >
    > Anthony



  5. #5
    Art
    Guest

    RE: Sum of Lowest Cell Numbers

    Assume that your cells are in A1:A10.

    Try countif(A1:A10,min(A1:A1))

    Art

    "Anthony" wrote:

    > I have another question, I was wondering how do I get excel to total the
    > number of cells in a group that have the lowest number. My example is is I
    > have a group of cells that have 5,6,4,7,2,2,5,6 and and I need to have one
    > cell count the how many of the lowest numbers are there, for my example there
    > would be two. If anyone could help, thanks you.
    >
    > Anthony


  6. #6
    Anthony
    Guest

    Re: Sum of Lowest Cell Numbers

    That worked great thank you.

    "Peo Sjoblom" wrote:

    > One way
    >
    > =COUNTIF(A1:A8,"="&MIN(A1:A8))
    >
    > --
    > Regards,
    >
    > Peo Sjoblom
    >
    > (No private emails please)
    >
    >
    > "Anthony" <[email protected]> wrote in message
    > news:[email protected]...
    > >I have another question, I was wondering how do I get excel to total the
    > > number of cells in a group that have the lowest number. My example is is
    > > I
    > > have a group of cells that have 5,6,4,7,2,2,5,6 and and I need to have one
    > > cell count the how many of the lowest numbers are there, for my example
    > > there
    > > would be two. If anyone could help, thanks you.
    > >
    > > Anthony

    >
    >


+ 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