Copying between sheets based on dropdown list selection?

Merellia

New Member
Joined
Jun 25, 2016
Messages
9
Hiya!

I'm using Excel 2003 to keep track of grades in a college class that I teach. Each category of graded items has its own worksheet with all grade data for all students, and I have an Overview worksheet that calls up data from the other worksheets that tell me total items passed / points earned for all students.

I would like to create a worksheet that calls up data for just a single student, so that--when meeting with a student to discuss their grades--I can avoid revealing other students' grades, without having to clunkily do a split view, etc..

My plan: create a dropdown list of student names, then maybe?? use IF to generate a row of data. For example:

The dropdown list is named StudentName, and is available in worksheet SingleStudent. From this dropdown I select student "Doe, Jane" (Student names have spaces in them.)

Once I select a student name, I would like to have populated in that same worksheet columns B2:H2 with the data from the Overview worksheet row for Jane Doe, also in columns B to H.

Should I use an IF statement for this? (IF StudentName="X" THEN grab Overview!X??) How would I even write it? Any suggestions would be much appreciated.
 
You could approach this from another way. Use the dropdown in the other worksheet to select the name. Sheet change event code could then filter your other sheet and navigate to that sheet. Recording a macro(s) would get you most of the way there.
 
Upvote 0

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top