+ Reply to Thread
Results 1 to 8 of 8

I want to fill the table with corresponding data depends on user selection in the drop dow

  1. #1
    Registered User
    Join Date
    09-11-2013
    Location
    India
    MS-Off Ver
    Excel 2013
    Posts
    18

    I want to fill the table with corresponding data depends on user selection in the drop dow

    Hi Friends,

    1. have 2 sheets in the work book. one is having data of exams and results by month wise
    2. In second sheet I have combo box which lists all the months . when I select a month, i want to display corresponding months data in this sheet and a chart for that data.

    Please refer attached excel sheet for more clarity.

    Appreciate your quick help in this regard.

    -Rk
    Attached Files Attached Files
    Last edited by maruthi_ravi; 09-11-2013 at 02:10 PM. Reason: forgot to attach file

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: I want to fill the table with corresponding data depends on user selection in the drop

    Try in G9:

    =INDEX(example!$C$8:$K$16,MATCH($F9,example!$B$8:$B$16,0),MATCH($F$8,example!$C$6:$K$6,0)+COLUMNS($G9:G9)-1)

    copied across and down.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    09-11-2013
    Location
    India
    MS-Off Ver
    Excel 2013
    Posts
    18

    Re: I want to fill the table with corresponding data depends on user selection in the drop

    This helps to fetch statically but how can you change the data in that table depends on combo selection?
    This is big issue for me..plz help ASAP. if possible add it in excel and attach here.

  4. #4
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,167

    Re: I want to fill the table with corresponding data depends on user selection in the drop

    Hi maruthi,

    I believe a pivot table with a month filter would do what you need. Watch:
    http://www.youtube.com/watch?v=Dv7TMGc181I
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  5. #5
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: I want to fill the table with corresponding data depends on user selection in the drop

    See attached.
    Attached Files Attached Files

  6. #6
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,167

    Re: I want to fill the table with corresponding data depends on user selection in the drop

    Here is a Pivot Method. You could/should rearrange the table to look like the example.
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    09-11-2013
    Location
    India
    MS-Off Ver
    Excel 2013
    Posts
    18

    Re: I want to fill the table with corresponding data depends on user selection in the drop

    Thanks for help, it worked....

  8. #8
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: I want to fill the table with corresponding data depends on user selection in the drop

    Based on your last post in this thread, its apparent that you are satisfied with the solution(s) you've received and have solved your question, but you haven't marked your thread as "SOLVED". I will do it for you this time.

    In future, to mark your thread as Solved, you can do the following -
    Select Thread Tools-> Mark thread as Solved.

    Incase your issue is not solved, you can undo it as follows -
    Select Thread Tools-> Mark thread as Unsolved.

    Also, since you are relatively new to the forum, i would like to inform you that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post which helped you. This adds to the reputation of the person who has taken the time to help you.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ 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: 1
    Last Post: 06-03-2013, 06:30 AM
  2. [SOLVED] Combine 2 data sets into one list based on user selection in drop downs.
    By Sassy13 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 04-01-2013, 01:46 PM
  3. Data table based on user selection and index/match
    By pauldaddyadams in forum Excel General
    Replies: 0
    Last Post: 10-19-2012, 07:58 AM
  4. Drop downs conditional on user selection relative to table.
    By janschepens in forum Excel General
    Replies: 3
    Last Post: 10-24-2011, 12:02 PM
  5. Fill table using drop down list data selections
    By Lasthitlarry in forum Excel General
    Replies: 2
    Last Post: 07-10-2009, 06:03 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