how can i utilize when there are multiple selections from the dropdown
This is the formula i am using, but when there are more than one selected from the dropdown it will say #no match
=INDEX({chemical rate}, MATCH([Chemical Name]@row, {Chemical Data Sheet chemical name}, 0))
Best Answers
-
Try this instead:
=INDEX({chemical rate}, MATCH([Chemical Name]@row, {Chemical Data Sheet chemical name}, 0))
=JOIN(COLLECT({chemical rate}, {chemical name}, HAS([Chemical Name]@row, @cell)), CHAR(10))
-
Make sure each {Cross Sheet Reference} that you are using has been created.
Answers
-
Try this instead:
=INDEX({chemical rate}, MATCH([Chemical Name]@row, {Chemical Data Sheet chemical name}, 0))
=JOIN(COLLECT({chemical rate}, {chemical name}, HAS([Chemical Name]@row, @cell)), CHAR(10))
-
Invalid reference
-
Make sure each {Cross Sheet Reference} that you are using has been created.
-
Thank you for your assistance with this paul muchly appreciated i was referencing the wrong sheet. You are a legend sir thank you
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67K Get Help
- 441 Global Discussions
- 154 Industry Talk
- 502 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 79 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!