Index Match return "NO MATCH" when it should match
Hi, I started using Smartsheet recently to convert an old Excel spreadsheet. I have gotten better with help of multiple community posts, but I juste encountered a problem thet does not make sense in my opinion.
I am working with references.
In the "Actual Gate" column, I successfully return the value from a referenced table depending on the latest date inserted in a range of date cells.
Then, in the Next Gate column, I want to return the Next Gate according to the value in the actual gate column.
This should be a simple Index/Match functions, but it returns "NO MATCH"
I tried to separate the formula but even when I use one cell to index the 5th value from the reference and another cell to match the value indexed above in the same referenced, it still returns "NO MATCH"... I have joined some screenshots
Best Answer
-
Try indicating an exact match in the MATCH function.
=INDEX({Range}, MATCH([Column Name]@row, {Range}, 0))
Answers
-
I did not want the entry to be too long, but the weirdest thing is that it works for some entries but does not work for others, you can see that the index match works for the 2nd value but the match does not work for the 6th. Here is the referenced range.
-
Try indicating an exact match in the MATCH function.
=INDEX({Range}, MATCH([Column Name]@row, {Range}, 0))
-
It worked!! Thank you very much!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 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!