I have a large report which includes three main fields for this issue: Project (specific to a row), Program (may show numerous "projects" under the same Program #), and "Rule 21" (Y or N field).
I need to take this large workbook and ensure that each "Project" shows "Y" if *any* project with the same "Program" shows "Y" in the column "Rule 21". I am unable to figure out how to get the transpose function to meet this need.
| Project | Program | Rule 21 |
alpha 1 | Uno | N |
| alpha 3 | Uno | Y |
| Charlie 7 | Dos | Y |
Is the above example, the desired result is to add a new row stating "Rule 21 applies to Program" with the value stating "Y" for projects alpha 1 and alpha 3.