Class Results Based on Teacher

Darth_Williams

New Member
Joined
Oct 15, 2015
Messages
25
Good morning,

Is there a way to create a summary sheet where I could enter a teachers name say in cell B2 and a table below will automatically populate with each students name and the grades they have in each topic?

I can make this work for one student but ideally I need to make it bring back every student that teacher is in charge of and I'm not ashamed to admit to being stumped

I have the main data sorted and I know that this is easily achieved with filters, but the powers that be want to see this on a summary page instead of using filters.

Any help will be appreciated.

Thank you
 
Thought I'd give something a try and you can do something like this if you want to keep the row:

=SUBSTITUTE(FILTER(B3:D6, (B3:B6="A")), 0, "")

Where the green part would be your filter function.
 
Upvote 0

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().

Forum statistics

Threads
1,213,546
Messages
6,114,251
Members
448,556
Latest member
peterhess2002

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