The result of index and match formula is wrong

I have a material number and material description in the source sheet which I want to use match & index formula to identify the material description in another sheet, I use this formula:
INDEX({Test Item Database Range 4}, MATCH([PCX Supplied Material#]@row, {Test Item Database Range 2}))
However, the result starts to going wrong from 3rd row, snapshot of the destination and source sheet as below, pls help to check and advice, thank you~
Source Sheet
Destination Sheet
Answers
-
Could this be solved by adding the "search type" (typically 0) in the formula? I've seen instances of my formulas not working correctly when I miss this. In your case, adding in the 0 would look like this:
=INDEX({Test Item Database Range 4}, MATCH([PCX Supplied Material#]@row, {Test Item Database Range 2},0))
Does this help?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 452 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!