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
- 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!