Aewilliams
New Member
- Joined
- Oct 24, 2024
- Messages
- 4
- Office Version
- Prefer Not To Say
I have a tab (Tab A) that contains information about certain projects. Each project has a reference. Each project may also be tagged as being part of a group. If a project is not a member of a group or is a member of one group then it will have one row. If it is part of two groups then it will have two rows etc. All information on each row will be the same except the column showing the name of the group.
On a second tab I want to summarise all of the groups the project is part of so I want the spreadsheet to have one row for each project and columns headings for each group. If the project is part of the group(s) then that cell(s) will contain a "Y" and if not will be left blank e.g. the info is in tab A and the result I want is shown in Tab B - what formula could I use in tab B in the second, third and fourth columns to pull the info from tab A?
On a second tab I want to summarise all of the groups the project is part of so I want the spreadsheet to have one row for each project and columns headings for each group. If the project is part of the group(s) then that cell(s) will contain a "Y" and if not will be left blank e.g. the info is in tab A and the result I want is shown in Tab B - what formula could I use in tab B in the second, third and fourth columns to pull the info from tab A?
Tab A | |
Project Ref | Group Name |
AAA | Portfolio |
AAA | SLT |
BBB | |
CCC | Portfolio |
DDD | SLT |
EEE | PDC |
EEE | SLT |
Tab B | |||
Project Ref | Portfolio | SLT | PDC |
AAA | Y | Y | |
BBB | |||
CCC | Y | ||
DDD | Y | ||
EEE | Y | Y |