How would I modify my JOIN/COLLECT statement/formula
Here is my current statement/formula (example below shows 2 different key numbers assigned to the same location, which is what I want it to do).
=JOIN(COLLECT({Key Number}, {BUILDING Range}, Building@row, {LOCATION Range}, Location@row, {Assigned Range}, "1"))
which draws on information from another sheet
I need to know if there is a way to modify the statement/formula so that there is a space (or comma or dash) between the 2 key numbers
Thanks
Best Answer
-
=JOIN(COLLECT({Key Number}, {BUILDING Range}, Building@row, {LOCATION Range}, Location@row, {Assigned Range}, "1"),", ")
You can add a delimiter in the JOIN part of your formula
Answers
-
=JOIN(COLLECT({Key Number}, {BUILDING Range}, Building@row, {LOCATION Range}, Location@row, {Assigned Range}, "1"),", ")
You can add a delimiter in the JOIN part of your formula
-
@MCorbin Thank you very Much!!
Help Article Resources
Categories
Check out the Formula Handbook template!