Share via

Filter from multiple data fields in a pivot table

Anonymous
2020-04-09T09:13:53+00:00

Hello together,

I currently have the following challenge in Excel: I created an overview of different projects in our company. Each project is managed by up to 4 team members. They may appear in different order for each individual project, e.g. Project 1 is managed by Person 1, Person 3 and Person 4, Project 2 is managed by Person 2 and Person 1, etc.

The columns are as follows: "Project", "Involved 1", "Involved 2", "Involved 3" and "Involved 4"

I now want to create an overview in a pivot table. However, I want to be able to choose a specific team member and see the projects they are involved in.

Is it possible to combine the data entries for "Involved 1", "Involved 2", "Involved 3" and "Involved 4" into one single filter? I only want to have the filter "Involved" that allows to select the individual persons and shows the projects they are involved in.

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Ashish Mathur 102K Reputation points Volunteer Moderator
2020-04-10T00:00:54+00:00

Hi,

Your data is not well structured.  In the Query Editor, right click on the first column and select "Unpivot other columns".  This will convert your dataset into a 3 column one.  Click on Close and Load.  Now build a Pivot Table from this rehashed dataset.

Hope this helps.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2020-04-09T12:51:21+00:00

    Hi ymehl,

    I go though the post. instead of using pivot table, I think you may use VLOOKUP formula to get desired result in the table, as you can see data in screenshot below:

     

    Formula in I10:

    =VLOOKUP("Project "&J2,A2:E5,J3+1)

    Hope these can help you.

    Regards,

    Clark

    Was this answer helpful?

    0 comments No comments