Return to a wrong value when using index and match formulas
When using the index and match formulas, the return value was correct before but when I refresh the search sheet then the final result start to be wrong and the same even the search value is not the same. Can anyone help to check and advice?
Here is an example:
formulas =INDEX({MMX-FOR PROTO TRACKER Range 1}, MATCH([STYLE#]@row, {MMX-FOR PROTO TRACKER Range 2}))
For example, the search value is style#, what I what is to get the correct style name which should be "U NK FLY CAP US CB SWDC 2" but somehow the return value is "U J CLUB CAP US CB FLT ESS"
BELOW IS THE MMX-FOR PROTO TRACKER SHEET:
BELOW IS THE RETURN VALUE SHEET:
Answers
-
Hi @freyafan,
Try to use Index/Collect formula the following is a sample i test it :
=INDEX(COLLECT({MMX-FOR PROTO TRACKER Range 1}, {MMX-FOR PROTO TRACKER Range 2}, [STYLE#]@row), 1)
Here is a screenshot shows the result:
the database sheet
the return data sheet ( with formula )
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!