+ Reply to Thread
Results 1 to 8 of 8

Excel 2007 - drop down box range help

  1. #1
    Registered User
    Join Date
    01-10-2014
    Location
    Texas
    MS-Off Ver
    Excel 2007
    Posts
    4

    Excel 2007 - drop down box range help

    Hello All -
    I'm new here and looking for help. I have basic knowledge of excel and functions. But what I'm trying to do I am frustrated with.
    What I'm looking to do:


    I have a two sheets. Sheet 1 is the user sheet. Sheet 2 is the Inputs sheet. (where all allowable data is)
    I have made a drop down list in a cell.
    I would like another cell to populate data in a drop down list from the inputs sheet depending on what the first drop down list populates. This data it needs to populate is not in a list but in in different cells i.e. K2,K4,k8.

    Any help would be great.

    Thanks

    Dave

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Excel 2007 - drop down box range help

    Hi and welcome to the forum

    Attach a sample workbook. Make sure there is just enough data to make it clear what is needed. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are demonstrated, mock them up manually if needed. Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    11-20-2013
    Location
    Las Vegas, NV
    MS-Off Ver
    Excel 2010
    Posts
    64

    Re: Excel 2007 - drop down box range help

    I still consider myself a novice, but I think I got it to work a couple of ways. Maybe someone can provide a better way? If not, this can give you a start. In "Change 2" I basically modified an IF statement in the "Source" of data validation - List (wasn't even sure you could do that before trying this).
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    01-10-2014
    Location
    Texas
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Excel 2007 - drop down box range help

    Ok I built a sample workbook. I think I know that I will need to use data valuation and vlookup with an indirect function. I guess the big question for this work book is the way the data is set up in the input sheet. I cannot change the way the input sheet is setup.
    Thanks for the help!
    Attached Files Attached Files

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Excel 2007 - drop down box range help

    Looking at your file, you currently have no DD's in it, but...

    each DD needs to have its own range, and its own range name. so this
    F
    G
    1
    Section 1
    2
    Module 1 1-I.01
    3
    1-I.02
    4
    1-I.03
    5
    Module 2 No Objectives
    6
    Module 3 1-I.04
    7
    1-I.05
    8
    1-I.06
    9
    Module 4 1-II.07
    10
    1-II.08

    wont work. You need to have it looking something like this...
    E
    1
    Module 1
    2
    1-I.01
    3
    1-I.02
    4
    1-I.03
    5
    6
    7
    Module 2
    8
    No Objectives
    9
    10
    Module 3
    11
    1-I.04
    12
    1-I.05
    13
    1-I.06
    14
    15
    Module 4
    16
    1-II.07
    17
    1-II.08

    with each 1 having its own range name - matching the names un teh "module" range
    Also, as far as I know, this is not possible with regular DD...
    Also would need to be able to select multiple module numbers

  6. #6
    Registered User
    Join Date
    01-10-2014
    Location
    Texas
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Excel 2007 - drop down box range help

    OK I see. My data in the input sheet has to be organized differently and its own range name. I will try rearranging the data in the tab that way and see if I can get it work.

    Thanks for looking at it.

  7. #7
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Excel 2007 - drop down box range help

    I have prepared a sample that you can follow to make your own workbook. It uses dynamic, cascading drop-down lists created in tables. I didn't use your data because I think that the real data is much different. You should be able to follow the method used here. Look in the Name Manager to see how the names are created from the tables. Indirect is not used only names are used in the Data validation.

    I have tried to insert your data as far as I understand it.
    Last edited by newdoverman; 01-11-2014 at 06:48 PM.
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  8. #8
    Registered User
    Join Date
    01-10-2014
    Location
    Texas
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Excel 2007 - drop down box range help

    Solved! I have made changes to my inputs tab and ranging the data. This should work. 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. Replies: 0
    Last Post: 06-12-2013, 09:44 AM
  2. Drop down box in Excel 2007
    By Archron in forum Excel General
    Replies: 3
    Last Post: 05-14-2013, 06:04 PM
  3. Replies: 4
    Last Post: 11-05-2012, 07:15 AM
  4. Excel 2007 help-drop down boxes??
    By burnsie in forum Excel General
    Replies: 6
    Last Post: 09-22-2009, 08:55 AM
  5. Drop downs in excel 2007
    By dhruvan in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-17-2007, 07:03 AM

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