+ Reply to Thread
Results 1 to 2 of 2

Lookup lowest value against multiple criteria

  1. #1
    Registered User
    Join Date
    08-01-2017
    Location
    Warwickshire
    MS-Off Ver
    1706
    Posts
    1

    Lookup lowest value against multiple criteria

    Hello There!

    I have browsed this forum many times but this is my first post

    As a data nerd, i have began to input mine and some friends golf scores into a "Golf Report" to keep track of our progress and to also give some certain facts and stats along the way.

    I have four sheets.. "Summary", "RAW Data", "RAW Score" and "Look Up".
    Within the Summary sheet i have created spaces underneath three names which i want to show which "hole" is each participants most favored or best hole if you will (no jokes!). (This can be found in rows 55-63).
    The current rows i have in a table within the RAW Data sheet is Month (vlookup the date), Club (vlookup the course), Weekday (weekday formula), Date, Player, Course, Hole, Shots.
    I need help coming up with a formula which will look up each hole against each name and shots and calculate/show which hole has the lowest number of shots (i hope that makes sense).
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,036

    Re: Lookup lowest value against multiple criteria

    You cannot use merged cells with array formulae In any event, tey're the spawn of satan and best avoided. Otherwise, they'll get you in the end. Just make the row wider.

    So in any cell, that is NOT a merged cell use this array formula:

    =INDEX(Table1[Hole],MATCH(MIN(IF(Table1[Player]=Summary!$E$58,Table1[Shots]+ROW(Table1[Shots])/10^10)),Table1[Shots]+ROW(Table1[Shots])/10^10,0))



    Array Formulae are a little different from ordinary formulae in that they MUST be confirmed in the FIRST CELL ONLY by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. After that, the array can be dragged down as normal, to cover the desired range.

    You will know the array is active when you see curly brackets { } - or "curly braces" for those of you in the USA, or "flower brackets" for those of you in India - appear around the outside of your formula. If you do not use CTRL+SHIFT+ENTER you will (almost always) get an error message or an incorrect answer. Press F2 on that cell and try again.

    Don't type the curly brackets yourself - it won't work...
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

+ 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. [SOLVED] Extract the minimum and second lowest numbers from an array with multiple criteria
    By Shareez Saleem in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 04-05-2017, 08:43 AM
  2. [SOLVED] Lookup formula to find lowest value with variable lookup criteria
    By brharrii in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-27-2015, 03:00 AM
  3. Replies: 5
    Last Post: 07-07-2013, 03:39 PM
  4. Replies: 5
    Last Post: 06-21-2012, 10:36 AM
  5. Finding the lowest value based on multiple text criteria
    By meherenow9 in forum Excel General
    Replies: 14
    Last Post: 09-16-2011, 02:01 PM
  6. Replies: 1
    Last Post: 05-16-2011, 05:00 PM
  7. Finding lowest cost price with multiple criteria
    By jimbokeep in forum Excel General
    Replies: 8
    Last Post: 06-30-2010, 01:11 PM

Tags for this Thread

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