Pivot table creating isue regarding columns with the same name

  • Thread starter Thread starter roberthammer
  • Start date Start date
R

roberthammer

Here is my issue....I need to keep track of how many hours a certain
instructor will teach during the year.

This is based on the instructors last name (smith) and a field setup
for the course hours (i.e. 2). The problem i run into is the fact
that there are multiple instructors assigned to one course.

Basically the setup is this:

1st column (Course hours) | 2nd Column (instructor) | 3rd Column
(instructor) | 4rd Column (instructor)


When I try to make the pivot table, I want it to consolidate all of
the instructor names on the left side, with the total number of hours
as the data section.

Any help?
 
To get the pivot table setup that you want, use only one column for
instructor names. Then, create a separate row for each course for each
instructor. For example:

Course Hours Instructor
AAA 2 Name1
AAA 2 Name2
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top