+ Reply to Thread
Results 1 to 7 of 7

Advanced Data Validation

  1. #1
    Registered User
    Join Date
    05-10-2011
    Location
    Salt Lake City, UT
    MS-Off Ver
    Excel 2013
    Posts
    5

    Advanced Data Validation

    I have three sheets that show data for hospitals and their physicians. The sheets show different time periods. One sheet shows month over month, the other quarter over quarter and the third, year over year. They all look identical other than the different time periods. In A4 I have a data validation that lets the user choose a hospital. In A5 I have a data validation that lets the user choose a physician, based on the hospital they chose in A4.

    My problem is that when they choose a hospital and physician in the sheet "MOM Data" I want this same choice to come across automatically in the sheet "QOQ Data" & "YOY Data" so the user doesn't have to choose the same hospital and physician in each sheet. However, I want the user to be able to go to any of these three sheets and choose a different hospital/physician combination. They shouldn't have to go back to, say, "MOM Data" and change it here, but rather if they are in "YOY Data" and decide they want to see a different physician, they can change it here and it will then change the other sheets to the same hospital/physician combination.

  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
    53,049

    Re: Advanced Data Validation

    Hi, welcome to the forum

    1. you cannont "link" a DV on 1 sheet to a DV on another sheet
    2. 2007 does not allow DV to be used across sheets, only in the sheet it is on

    If you could upload a small (clean) sample workbook (not a pic) of what you are working with, and what your expected outcome would look like, I will see i I can come up with something for you
    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
    05-10-2011
    Location
    Salt Lake City, UT
    MS-Off Ver
    Excel 2013
    Posts
    5

    Re: Advanced Data Validation

    Sorry, I need to change my profile I guess. But I'm using excel 2013 now. Does that make a difference?

  4. #4
    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
    53,049

    Re: Advanced Data Validation

    Upoad a sample please

  5. #5
    Registered User
    Join Date
    05-10-2011
    Location
    Salt Lake City, UT
    MS-Off Ver
    Excel 2013
    Posts
    5

    Re: Advanced Data Validation

    Here is the sample file. Lets see if I uploaded this right
    Attached Files Attached Files

  6. #6
    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
    53,049

    Re: Advanced Data Validation

    If all you want to do is pull out the data for a single hospital/doc combo, use this instead...
    =INDEX(B:B,MATCH('QOQ Data'!$A$4&'QOQ Data'!$A$5,INDEX(Lookup!$B:$B&Lookup!$C:$C,0),0))

  7. #7
    Registered User
    Join Date
    05-10-2011
    Location
    Salt Lake City, UT
    MS-Off Ver
    Excel 2013
    Posts
    5

    Re: Advanced Data Validation

    I have the lookup for the data all worked out. What I need is a way for the user to choose a hospital and then choose a doctor associated with that hospital. I have that built in now. The problem I have is that the user has to go to each report page to choose their hospital and doctor. Essentially they need to do this three times and then if they need to select another hosp/doc they have to do this again three times.

    I need them to be able to choose their hosp/doc from any of the three report pages and have it change it on the other two automatically.

+ 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. Advanced Filter and Data Validation
    By cholmes in forum Excel General
    Replies: 4
    Last Post: 04-30-2014, 03:17 PM
  2. Advanced Data Validation List
    By crispybadger in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-05-2012, 02:15 PM
  3. Advanced Drop down lists/Data validation
    By billyboy411 in forum Excel General
    Replies: 7
    Last Post: 05-09-2012, 05:55 PM
  4. Search Table - Advanced Filter/Data Validation?
    By EmilyB in forum Excel General
    Replies: 1
    Last Post: 01-12-2011, 01:35 AM
  5. VBA - Advanced filter with data Validation
    By Rubiks in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-18-2010, 02:32 PM
  6. Advanced Data Validation
    By Louis.kk.lam@gmail.com in forum Excel General
    Replies: 2
    Last Post: 10-22-2005, 09:05 AM
  7. Data validation - advanced
    By Kevin in forum Excel General
    Replies: 2
    Last Post: 09-05-2005, 03:05 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