+ Reply to Thread
Results 1 to 4 of 4

minimum function

  1. #1
    Registered User
    Join Date
    03-11-2006
    Posts
    8

    Unhappy minimum function

    How to find the minimum value in the range exclude zero.

  2. #2
    Ken Johnson
    Guest

    Re: minimum function

    Hi cutyfurby,
    this array formula worked for me to return the minimum of A1:A10...

    =MINA(IF(A1:A10=0,"",A1:A10))

    after typing the formula you must commit it using Ctrl + Shift + Enter

    Ken Johnson


  3. #3
    JudithJubilee
    Guest

    RE: minimum function

    Hello cutyfurby,

    You need an array formula:

    =MIN(IF(E1:E5>0,E1:E5))

    You will need to press Ctrl+Shift+Enter to confirm the formula not just Enter

    Judith
    --
    Hope this helps


    "cutyfurby" wrote:

    >
    > How to find the minimum value in the range exclude zero.
    >
    >
    > --
    > cutyfurby
    > ------------------------------------------------------------------------
    > cutyfurby's Profile: http://www.excelforum.com/member.php...o&userid=32371
    > View this thread: http://www.excelforum.com/showthread...hreadid=521326
    >
    >


  4. #4
    Biff
    Guest

    Re: minimum function

    >How to find the minimum value in the range exclude zero.

    =MIN(IF(A1:A10<>0,A1:A10))

    Entered as an array using the key combo of CTRL,SHIFT,ENTER.

    Biff

    "cutyfurby" <[email protected]> wrote
    in message news:[email protected]...
    >
    > How to find the minimum value in the range exclude zero.
    >
    >
    > --
    > cutyfurby
    > ------------------------------------------------------------------------
    > cutyfurby's Profile:
    > http://www.excelforum.com/member.php...o&userid=32371
    > View this thread: http://www.excelforum.com/showthread...hreadid=521326
    >




+ 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