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))
-
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
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!