I'm working on developing a PMO solution and have started with the suggested intake and portfolio metadata sheets. I have set up Index and Match formulas to pull information from the intake sheet into the metadata sheet and they worked beautifully for the first row of data. However, when I entered a few additional test rows, the data is not pulling over. (see below).
I have double checked the formulas and they seem to be ok. This is what I am using to pull the Scope Change ID column:
=INDEX({Scope Change ID}, MATCH([CO Number]@row, {March 2025 Intake Sheet}, 0))
Does anyone know why this isn't working and how to fix?