+ Reply to Thread
Results 1 to 4 of 4

Help with Min function

Hybrid View

Lloydee Help with Min function 10-29-2006, 11:50 AM
Carim Hi, Following formula will... 10-29-2006, 12:21 PM
duane I think this is required -... 10-29-2006, 02:57 PM
Lloydee Thanks guy's. That worked a... 10-30-2006, 04:51 AM
  1. #1
    Registered User
    Join Date
    10-29-2006
    Location
    Colchester, England
    Posts
    5

    Help with Min function

    Hi Guy's
    Can anyone help?
    I'm trying to return the minimum value in a row of numbers but want to ignore all zero values that may be contained in the row & only return a positive or negative number.

    Thanks in advance.

    Lloydee.

  2. #2
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Hi,

    Following formula will do the job ...
    as an array formula (Control Shift Enter instead of regular enter)

    =MIN(IF(A1:A100>0,A1:A100,""))


    HTH
    Cheers
    Carim

  3. #3
    Valued Forum Contributor
    Join Date
    07-11-2004
    Posts
    851
    I think this is required - min if not equal to zero

    =MIN(IF(A1:A100<>0,A1:A100,""))
    not a professional, just trying to assist.....

  4. #4
    Registered User
    Join Date
    10-29-2006
    Location
    Colchester, England
    Posts
    5
    Thanks guy's.
    That worked a treat.

    Lloydee.

+ 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