+ Reply to Thread
Results 1 to 5 of 5

Excel 2007 : Choose minimum value omitting zeros?

  1. #1
    Registered User
    Join Date
    07-16-2010
    Location
    Hull, England
    MS-Off Ver
    Excel 2007
    Posts
    2

    Exclamation Choose minimum value omitting zeros?

    Hi,

    Does anyone know how to change this formula so that zeros are not counted?

    =MIN(18.0000000005*IF(,B2=0,B2>0),(21.9999999993*IF(,C2=0,C2>0)),(18.0000000005*IF(,D2=0,D2>0)),(8.99999999928*IF(,E2=0,E2>0)),(9.999999998*IF(,F2=0,F2>0)),(11.0000000011*IF(,G2=0,G2>0)),(29.9999999976*IF(,H2=0,H2>0)),(29.9999999976*IF(,I2=0,I2>0)))

    I've tried and tried but I just cant get it to work.

    Please help me.
    Last edited by zaqop4; 07-16-2010 at 07:34 AM.

  2. #2
    Forum Expert pike's Avatar
    Join Date
    12-11-2005
    Location
    Alstonville, Australia
    MS-Off Ver
    2016
    Posts
    5,330

    Re: Choose minimum value omitting zeros?

    Hi zaqop4
    Welcome to the forum

    Try this
    =SMALL(A1:C7,COUNTIF(A1:C7,"0")+1)
    If the solution helped please donate to RSPCA

    Site worth visiting: Rabbitohs

  3. #3
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Choose minimum value omitting zeros?

    Perhaps you want:

    Please Login or Register  to view this content.
    confirmed with CTRL + SHIFT + ENTER

  4. #4
    Registered User
    Join Date
    07-16-2010
    Location
    Hull, England
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Choose minimum value omitting zeros?

    Thank you so much Donkey

  5. #5
    Forum Expert pike's Avatar
    Join Date
    12-11-2005
    Location
    Alstonville, Australia
    MS-Off Ver
    2016
    Posts
    5,330

    Re: Choose minimum value omitting zeros?

    DO is one of the best

    If you are satisfied with the solution(s) provided, please mark your thread as Solved.

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save

+ 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