Dear Community
I am having the hardest time debugging some #NO MATCH errors with my INDEX/MATCH formula. I have triple checked and can’t find any reason for things not to match. The rows right above and below work fine. I am pulling in the percent complete into a summary view sheet. I am matching on the site name, capability, and Stage gate (across the horizontal) Sharing with the community and hoping someone can catch my error.
Here is my formula:
INDEX({PercentComplete_LA TC1}, MATCH($[Site - Capability - Stage Gates]$45 + " " + $[Site - Capability - Stage Gates]@row + " System", {Concat_SiteCapSG_LA TC1}, 0))
Screen shot 1: my destination summary sheet (with the broken formula) with what I am matching to in the source sheet
Screen shot 1a: my destination summary sheet showing the same formula is work in other rows...why it won't work for a few others is a mystery..
Screen shot 2: the detail source sheet from where I am pulling the percent complete information. I have a helper column which is a concatenation of fields that should match up to the destination summary sheet.
Screen shot 3: the first reference column “PercentComplete_LA TC1” that pulls the percentage complete from the source detail sheet
Screen shot 4: the second reference column “Concat_SiteCapSG_LA TC1” which is a helper column used for the matching from the source detail sheet. It concatenates the site (Xochimilco Figo) + Capability (Part Source Errors) + Stage Gate (System)
I appreciate any help. I’m stumped!




