Formula was flowing correctly, but some change seems to have partially broken the pull but I can't figure out what/how.
"Project" column dropdown is linked to a Master sheet.
Budget Owner column contains the below formula which should look for the cell value in the Project/Cost Center/IO column within the P+CC+IO column of the Master sheet and return the Budget Owner.
=INDEX({Master List - CC/IO Budget Owners - Owner}, MATCH([Project/Cost Center/IO]@row, {Master List - CC/IO Budget Owners - P+CC+IO}))
Some projects are pulling correctly and some are returning "#NO MATCH". Below is a snap of the Master sheet. Flag indicates it's returning a "#NO MATCH" and P+CC+IO is a column formula that combines values of the project, cost center, and io columns.
I wouldn't think this is a formatting issue as the P+CC+IO column of the master is what is feeding the dropdown menu on the sheet giving the errors.
Only change I can think of making since yesterday (when it was working fine) was deleting a reference but it was is not used in the Master sheet or the two columns in question. I have deleted and manually re-entered all the values on the Master (same rows still error). I have change the Project/Cost Center/IO value in a blank row, check each dropdown option for the error, and it continues.
I'm stumped
Help😓