+ Reply to Thread
Results 1 to 3 of 3

Using Dropdown Menu to adjust Xlookup formula

  1. #1
    Registered User
    Join Date
    12-20-2020
    Location
    Odenton, MD
    MS-Off Ver
    Microsoft 365 for Mac version 16.63
    Posts
    24

    Using Dropdown Menu to adjust Xlookup formula

    My desire here is to be able to select a team and game number from dropdown lists, and have the corresponding pitcher show up.

    So for example, if I select Yankees, then Game 23, I'd like Bouton to appear under the pitcher column, as Bouton is the player appearing in the corresponding cell.

    I'm using XLookup but can't figure out how to make it so that the dropdown menu selection changes the return array.

    Maybe there is a different or easier way of doing this.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365 for MAC
    Posts
    3,105

    Re: Using Dropdown Menu to adjust Xlookup formula

    Hi
    Try this:
    =INDEX($E$2:$N$37, MATCH(B2,Game,0), MATCH(A2,$E$1:$N$1,0))

  3. #3
    Forum Expert wk9128's Avatar
    Join Date
    08-15-2020
    Location
    Australia
    MS-Off Ver
    365 V2403 and WPS V2022
    Posts
    3,475

    Re: Using Dropdown Menu to adjust Xlookup formula

    C2 cell formula

    HTML Code: 

+ 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] make dropdown menu dependent on other dropdown menu values
    By kosherboy in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-30-2015, 04:29 PM
  2. Dropdown menu to affect a cell's formula
    By Adriandiaz101 in forum Excel - New Users/Basics
    Replies: 10
    Last Post: 08-30-2013, 09:23 PM
  3. vlookup formula on different workbook/sheet and dropdown menu
    By peddy53 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-28-2013, 01:54 PM
  4. [SOLVED] Controlling formula ranges with DropDown Menu
    By AHFoddeR in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-20-2013, 02:10 AM
  5. [SOLVED] Create a Dropdown list to adjust a cell's formula data range
    By riceguy in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-19-2013, 05:58 PM
  6. Dropdown Menu with formula
    By MysticGenius in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 11-15-2011, 06:43 AM
  7. Using Formula to activate a dropdown menu
    By petenickless in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-03-2007, 12:04 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