Can I use Join(Collect with multiple entry drop down?

Hi, I have a formula below that looks at 2 sheets and when the "PLY-Code Needed" from the 1st sheet finds a match on sheet 2, it gives me the "Description" from sheet 2. It works fine but as shown in row 131, there are 2 "PLY-Codes" and this makes this unable to pul the info. Any advice?
Here is my Current formula:
=JOIN(COLLECT({Ply List With Codes Range 1}, {Ply List With Codes Range 2}, =[PLY-Code Needed]@row ), " / ")
Answers
-
@Brandon Morales Try this:
=JOIN(COLLECT({Ply List With Codes Range 1}, {Ply List With Codes Range 2}, has([PLY-Code Needed]@row,@cell ) ), " / ")
Darren Mullen, Author of: Smartsheet Architecture Solutions
Get my 7 Smartsheet tips here
Take your Smartsheet knowledge to the next level and become an expert. Join the Smartsheet Guru Elite
-
coming up unparseableβ¦
Help Article Resources
Categories
Check out the Formula Handbook template!