+ Reply to Thread
Results 1 to 4 of 4

MIN value exclude zero with condition from different column

  1. #1
    Registered User
    Join Date
    07-02-2019
    Location
    Jakarta
    MS-Off Ver
    2016
    Posts
    4

    MIN value exclude zero with condition from different column

    Need help to get minimum value but the condition is based on next column value:

    Example:

    Days Value
    0
    1 2,065
    2 869
    3 558
    4 393
    5 329
    6
    7 217
    8 188
    9 128
    10 157
    11
    12 121
    13 108
    14
    15


    Expected result:
    Min and Max of Days based on value (B-column)
    MIN of Days = 1
    MAX of Days = 13

    thanks

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: MIN value exclude zero with condition from different column

    Hello and welcome to the forum.

    Try these:

    Minimum =AGGREGATE(15,6,A2:A17/(B2:B17<>""),1)

    Maximum =AGGREGATE(16,6,A2:A17/(B2:B17<>""),1)

  3. #3
    Registered User
    Join Date
    07-02-2019
    Location
    Jakarta
    MS-Off Ver
    2016
    Posts
    4

    Re: MIN value exclude zero with condition from different column

    Hi..

    It works.. thank you so much

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: MIN value exclude zero with condition from different column

    You're welcome. Happy to help.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 3
    Last Post: 10-30-2017, 04:33 PM
  2. How to exclude duplicate entries with multiple condition
    By mahershams in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 06-04-2014, 07:17 AM
  3. [SOLVED] How do I exclude data from 1 column using conditions from another column
    By Funky Gibbon in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 12-15-2013, 06:44 PM
  4. How to find match data and exclude with condition
    By buvan in forum Excel General
    Replies: 2
    Last Post: 11-17-2011, 06:51 AM
  5. exclude a match condition between two data fields
    By rhiekel in forum Excel General
    Replies: 6
    Last Post: 04-22-2011, 10:53 AM
  6. Replies: 8
    Last Post: 02-16-2011, 05:03 PM
  7. exclude several values with one condition
    By Brigitte_P in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-31-2007, 12:58 PM

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