+ Reply to Thread
Results 1 to 6 of 6

Drop down menu help

  1. #1
    Registered User
    Join Date
    11-06-2015
    Location
    Philadelphia, PA
    MS-Off Ver
    2011
    Posts
    4

    Drop down menu help

    Hello,

    I am working on a school project and would like to incorporate a drop down menu in my spreadsheet. I have 3 options in my drop down menu and depending on which one I choose I would like a different list of numbers to appear. So in my project I would like to select "Residential" in the drop down menu and I would like the numbers below residential to the right that I have inputted myself to appear as a list under the "Tenants" column to the left. I have added a picture for reference. Is this even a possible function of excel? This project is due on Monday Nov. 9 so any help would be greatly appreciated!

    Capture.PNG

    Thanks,
    Nobuki Endo
    Last edited by NobukiEndo; 11-06-2015 at 03:53 PM.

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Drop down menu help

    Using the Name Manager, name the list under Residential as Residential, Commercial as "commercial, etc.

    If your dropdown menu is data validation in cell E2 and the first cell for your numbers is E6

    In E6
    =IFERROR(INDEX(INDIRECT(E2), ROWS($E$6:$E6)), "")
    Questions?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Drop down menu help

    Hi
    You can use OFFSET and MATCH to do that
    =OFFSET($H5,1,MATCH($E$2,$I$5:$K$5,0))
    Last edited by José Augusto; 11-06-2015 at 03:21 PM.

  4. #4
    Registered User
    Join Date
    11-06-2015
    Location
    Philadelphia, PA
    MS-Off Ver
    2011
    Posts
    4

    Re: Drop down menu help

    ChemistB,
    I am only ably to get a value to appear in my "initial cost" column but I want all of the values to appear from my table on the right. So if I were to choose "Residential" from the drop down I want "initial cost" to display 2, "operating cost" to display 4, "maintenance" display 4 and so on. Is there a way to do this?

  5. #5
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Drop down menu help

    Hi
    You must copy the formula down

  6. #6
    Registered User
    Join Date
    11-06-2015
    Location
    Philadelphia, PA
    MS-Off Ver
    2011
    Posts
    4

    Re: Drop down menu help

    I got it working thanks for the help!

+ 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. VBA referencing drop down menu, and calulating based on choice in menu
    By rheinevetter in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-20-2013, 08:16 PM
  2. Resetting a drop down menu by selecting another drop down menu
    By Chris07 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-03-2013, 11:57 AM
  3. Replies: 1
    Last Post: 02-07-2013, 11:03 AM
  4. [SOLVED] I cant work out how to create a drop down menu that relates to another drop down menu
    By louise2613 in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 08-18-2012, 01:49 PM
  5. Replies: 0
    Last Post: 06-25-2012, 03:22 PM
  6. [SOLVED] Excel 2007 : new drop down menu based on dropdown menu in previous cell
    By martinpols in forum Excel General
    Replies: 3
    Last Post: 04-30-2012, 02:33 AM
  7. Replies: 2
    Last Post: 01-30-2009, 04:23 PM
  8. Replies: 9
    Last Post: 08-04-2006, 04:35 AM

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