I have a Master sheet that I would like to source information to subsheets for Project columns, of which then the % complete and date complete on each subsheet gets Indexed back to the Master sheet. However, I am needing to add 2 lines on the Master sheet to populate on all of the subsheets, but when I assign them unique Row ID's, it causes all of the subsheets to break.
Column formula on each subsheet:
=INDEX({FL Project Mgmt Master Range 2}, MATCH([Row ID]@row , {FL Project Mgmt Master Range 1}), 0)
First picture is Master sheet with the new additions, the subsheets have blank rows in the correct spots.
Second picture is adding the new unique Row ID's
Third picture is one of the subsheets after the new Row ID's populate
Please help!