+ Reply to Thread
Results 1 to 4 of 4

Populate Field Using Dependent Data Validation Lists

  1. #1
    Registered User
    Join Date
    08-20-2012
    Location
    Houston, Texas
    MS-Off Ver
    Excel 2010
    Posts
    75

    Populate Field Using Dependent Data Validation Lists

    Greetings,

    I created 4 different tabs (‘Work’, ‘School’, ‘Home’, Volunteer’) with the same type of information (Date, Hours of Homework, and Length of Break) on each tab. For further reference, see the attachment for example.

    Additionally, I created dependent data validation lists.

    Work:
    School
    Work

    Personal:
    Home
    Volunteer

    When you click under “select area” you are given either work or personal. When you choose either, under “select location” you can either choose School, Work, Home, or Volunteer based on your previous selection.

    My questions are:

    (1) How do I create formulas that list the respective information (date, hours of homework, and time length of break) from the selected tab?
    For Example: If I select Volunteer, I want all data to populate in the blank field on the ‘Report’ tab.

    (2) Once the data is populated and I am able to toggle back and forth between my 4 choices, is there a way...

    a. To create a line chart (graph) that displays hours of homework AND time length of break?

    b. To create a second graph that allows you to compare from separate locations from separate area?
    For Example: I want to compare the hours of homework from School (from WORK) and Volunteer (from PERSONAL)

    This is a pretty in-depth request. Any feedback is much appreciated. Thanks!!!

    Example(d).xlsx

  2. #2
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Populate Field Using Dependent Data Validation Lists

    In A9 enter

    =IF(INDIRECT($B$6&"!"&ADDRESS(ROW()-7,COLUMN()-1))="","",INDIRECT($B$6&"!"&ADDRESS(ROW()-7,COLUMN()-1)))

    Forgot to add:

    Drag it down and across.

  3. #3
    Registered User
    Join Date
    08-20-2012
    Location
    Houston, Texas
    MS-Off Ver
    Excel 2010
    Posts
    75

    Re: Populate Field Using Dependent Data Validation Lists

    JieJenn,

    That formula works like a charm! Your help is much appreciated!

    Would you happen to know the second part of my question?

    Can I create a second graph that allows me to compare from separate locations from separate area?
    For Example: I want to compare the hours of homework from School (from WORK) and Volunteer (from PERSONAL)

  4. #4
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Populate Field Using Dependent Data Validation Lists

    I am at work right now so Probably won't be able to answer your question #2 at the moment. But create a new post and I am sure someone else will be able to help with your question.

+ 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