I have a master sheet that I am using an INDEX formula to pull data in from other sheets based on a common data element. I am using this on different columns in the master sheet and of the 6 only 3 are working. I know there is a match so the 3 not working should be pulling in. Here are the formulas I am using. Any ideas why they might not be finding the match?
Columns where the formal isn't working: Percent Complete, Project Phase, and Go Live Projection.
Formula for Percent Complete: =IFERROR(INDEX({Intake Sheet Percent Complete}, MATCH([Order Number]@row, {Intake Sheet Order Number}, 0)), "")
Formula for Project Phase: =IFERROR(INDEX({Intake Sheet Status}, MATCH([Order Number]@row, {Intake Sheet Order Number}, 0)), "")
Formula for Go Live Projection: =IFERROR(INDEX({Intake Sheet Go Live}, MATCH([Order Number]@row, {Intake Sheet Order Number}, 0)), "")