+ Reply to Thread
Results 1 to 2 of 2

Finding the smalles values across columns, excluding zeros and certain columns

  1. #1
    Registered User
    Join Date
    12-02-2011
    Location
    ohio
    MS-Off Ver
    Excel 2007
    Posts
    9

    Finding the smalles values across columns, excluding zeros and certain columns

    I'm trying to run a formula that pulls the smallest value from columns L,O,R,U,and X but I want it to exclude zeros. There are numbers located in between the columns above so I am unable to run the "Small" formula, any suggestions?

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Finding the smalles values across columns, excluding zeros and certain columns

    Assuming all cells are populated try this for row 2

    =SMALL((L2,O2,R2,U2,X2),(L2=0)+(O2=0)+(R2=0)+(U2=0)+(X2=0)+1)
    Audere est facere

+ 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