+ Reply to Thread
Results 1 to 2 of 2

MIN or DMIN ?

  1. #1
    Douglas McDonald
    Guest

    MIN or DMIN ?

    I need to find the min in a column but don't want (0's) zeros

  2. #2
    Peo Sjoblom
    Guest

    RE: MIN or DMIN ?

    If there are no negative values

    =LARGE(A1:A30,COUNTIF(A1:A30,">0"))

    if there are negative values

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

    the latter needs to be entered with ctrl + shift & enter

    Regards,

    Peo Sjoblom

    "Douglas McDonald" wrote:

    > I need to find the min in a column but don't want (0's) zeros


+ 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