I have the Project Management Office Setup. The "Portfolio Summary Header Row" in the Project Intake Sheet got deleted and now all of the references are broken to each individual project.
Based on the formula in the Project metadata I'm guessing I need to re-create the "Portfolio Summary Header Row"?
=INDEX({Portfolio Summary Data}, MATCH($[Project ID]@row, {Project ID}, 0), MATCH([Project Name]$1, {Portfolio Summary Header Row}, 0))
I re-created the header row but it hasn't fixed any of the references for the individual project metadata. Is there a key piece I'm missing in this formula and how it works?