Closed Thread
Results 1 to 4 of 4

How to find a minimum value with a vlookup and a condition?

  1. #1
    Registered User
    Join Date
    04-17-2012
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    6

    How to find a minimum value with a vlookup and a condition?

    Hi all,

    I am trying to get a formula with a vlookup which will enable me to find the minimum value for a specific code. I would also like that the formula exclude the results which are less than 100?

    My formula is the following:

    =MIN((VLOOKUP(G3,A:B,2,FALSE)))

    How can I add a condition? i,e exclud from the result the figures which are bellow 100

    I have attached my excel spreadsheet as well (I think it will make more sense)
    Attached Files Attached Files

  2. #2
    Forum Expert DGagnon's Avatar
    Join Date
    02-23-2012
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2003, 2007
    Posts
    1,645

    Re: How to find a minimum value with a vlookup and a condition?

    try this array formula (confirmed with Ctrl+Shift+Enter)

    =MIN(IF(($A$1:$A$34=$G3)*($B$1:$B$34>=100),$B$1:$B$34))

    it did return different values than what you had specified in Column I, but they appear to be correct.
    If you liked my solution, please click on the Star -- to add to my reputation

    If your issue as been resolved, please clearly state so and mark the thread as [SOLVED] using the thread tools just above the first post.

  3. #3
    Forum Expert icestationzbra's Avatar
    Join Date
    01-07-2004
    MS-Off Ver
    2007, 2010
    Posts
    1,421

    Re: How to find a minimum value with a vlookup and a condition?

    do not duplicate posts - you are wasting people's time:

    http://www.excelforum.com/excel-gene...condition.html

  4. #4
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: How to find a minimum value with a vlookup and a condition?

    Welcome to the Forum, unfortunately:

    This is a duplicate post and as such does not comply with Rule 5 of our forum rules. This thread will now be closed, you may continue in your other thread.

    Thread Closed.

    Your post does not comply with Rule 5 of our Forum RULES. We have Seven question forums: Miscellaneous, General, Programming, Worksheet Functions, Charting, Excel 2007 Help and New Users. Please choose the appropriate forum, and post your question in ONLY one forum.

Closed 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