+ Reply to Thread
Results 1 to 3 of 3

Excel 2007 : Lookup Data Using Drop Down Menus

  1. #1
    Valued Forum Contributor
    Join Date
    09-09-2009
    Location
    Liverpool, England
    MS-Off Ver
    W: 2021 H: 365
    Posts
    940

    Lookup Data Using Drop Down Menus

    Afternoon all,

    Is it possible to look up data using drop down menus? I've attached an example of what i'm trying to achieve. I'd like to be able to change the drop downs in cells A1 and B1 and pull through the data from the relevant tab into cells B2 to B4.

    Thanks in advance,

    Snook
    Attached Files Attached Files
    Last edited by The_Snook; 06-30-2010 at 08:34 AM.

  2. #2
    Forum Expert romperstomper's Avatar
    Join Date
    08-13-2008
    Location
    East Sussex, UK
    MS-Off Ver
    365, varying versions/builds
    Posts
    21,289

    Re: Formula Query: How To Lookup Data Using Drop Down Menus?

    Yes - using INDIRECT, and INDEX and MATCH. see attached.
    Note: I had to alter your date dropdown to use actual dates rather than just month names.
    Attached Files Attached Files
    Remember what the dormouse said
    Feed your head

  3. #3
    Valued Forum Contributor
    Join Date
    02-08-2010
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2007
    Posts
    122

    Re: Lookup Data Using Drop Down Menus

    One more option,

    Menu->Formulas->Define Name

    Name:SOURCE
    Refers to:=CHOOSE(MATCH(Report!$B$1,{"Budget","Forecast","Rolling"},0),Budget!$A$1:$M$4,Forecast!$A$1:$M$4,Rolling!$A$1:$M$4)

    Now formula in B2 of Report sheet and copy down.

    =INDEX(SOURCE,MATCH($A2,INDEX(SOURCE,0,1),0),MATCH($A$1,INDEX(SOURCE,1,0),0))

    Regards

+ 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