Initially the team asked for all of our project entries to be in a single column, and common subgroups be indented. Later, management realized they wanted to be able to see the subgroups as columns. I've successfully matched the subgroup row name and move it into the new column but been unable to move the contents into the project's parent row. I've tried a series of helper columns
=IF(AND((MATCH([Level P]@row, ANCESTORS(Project@row), 0)), (MATCH("Architect", Project@row, 0))), VALUE([Joined CDetails]@row), " N/A")
but missing something , any suggestions?