INDEX/ MATCH formula works for few rows and has #NO MATCH error for remaining rows

Hello,
I have an urgent deliverable and hope some one can please help me
I have 2 sheets and trying to bring data from sheet 1 to sheet 2 using a INDEX MATCH formula.
The issue is the formula will work for a few rows and has #NO MATCH error for remaining rows. This means that the formula works. I am stumped as to why it is not working for other rows
Similarly, I have other fields that I am trying to bring over as well which has the same issue
FORMULA : on Target Sheet
=INDEX({IDMC -JIRA Link}, MATCH([INFA JIRA Ticket Ref]@row, {IDMC Key}))
SECOND EXAMPLE- Same issue
FORMULA-
=INDEX({IDMC Defect Root Cause}, MATCH([INFA JIRA Ticket Ref]@row, {IDMC Key}))
Answers
-
@roya It is optional but you need to add the the sort option. Try:
=INDEX({IDMC -JIRA Link}, MATCH([INFA JIRA Ticket Ref]@row, {IDMC Key},0))
and
=INDEX({IDMC Defect Root Cause}, MATCH([INFA JIRA Ticket Ref]@row, {IDMC Key},0))
Matt Lynn
How can I help? Schedule some time on my calendar: CLICK HERE
-
Hello Everyone, I found my mistake
All I needed to do was add a 0 at the end and that worked
=INDEX({IDMC Defect Root Cause}, MATCH([INFA JIRA Ticket Ref]@row, {IDMC Key},0))
Help Article Resources
Categories
Check out the Formula Handbook template!