Pivot table solution

antinora

Board Regular
Joined
Dec 4, 2013
Messages
87
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
Greetings:

My school is having High School Parent Teacher Conferences remotely. As our NYC school is closed there isn't someone at the main switchboard to take calls from parent to schedule an appointment.

I'm attempting to create a scheduling solution for parents using a Google form. A parent will enter student bio data (including Student ID as unique identifier) and select, from a dropdown, a teacher for each content area (English, Math, etc...).

Here is link to draft form: Parent Teacher Conference Registration - Spring 2021

From the spreadsheet, I need to get to each teacher the names of their students for which a parent wants to receive a phone call during the conference.

I've a attached a screen shot of the data. How can I scan across each row then pull the student Bio data for each teacher?

Thank you in advance.

I'm familiar with and have used VBA in the past. I'm just a little rusty.

John
 

Attachments

  • Spring PTC Data Sample.PNG
    Spring PTC Data Sample.PNG
    27.2 KB · Views: 7

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
You can use Power Query to unpivot your table.
Define your table as an Excel Table (Format as Table)
Goto Data - From Table
Select the columns with teacher names.
Goto Transform - All Columns - Unpivot for Columns
Rename the column Value to Teacher
Goto File - Close and Load

In a pivot table you can filter on a teacher.
 
Upvote 0

Forum statistics

Threads
1,214,922
Messages
6,122,281
Members
449,075
Latest member
staticfluids

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