Lookup and Return a a the Unique Values
I have requirement to review the TYPE and return the Food value in unique list
The outcome should like this
written a formula like this like this
=IFERROR(INDEX({Range of "Type"}, MATCH($[Food], {Range of Food}, 0)), "No Match")
the outcome is coming like this. Only the 1st row is appearing and not the others
Best Answer
-
You will need to insert a text/number column (called "Number" in this example) and manually enter the numbers starting with 1 and going through however many you anticipate plus a recommended buffer in case there are more than anticipated.
Then you would use
=IFERROR(INDEX(COLLECT({Range of Food}, {Range of "Type"}, @cell = "Food"), Number@row), "")
Answers
-
You will need to insert a text/number column (called "Number" in this example) and manually enter the numbers starting with 1 and going through however many you anticipate plus a recommended buffer in case there are more than anticipated.
Then you would use
=IFERROR(INDEX(COLLECT({Range of Food}, {Range of "Type"}, @cell = "Food"), Number@row), "")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!