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))
Certified Platinum Partner
-
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
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!