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
Check out the Formula Handbook template!