Hello,
I am trying to join all notes in a cell from another sheet if the phone number on that row matches the phone number on my current sheet's row. I can do this in google sheets but struggling to translate to smartsheets.
=JOIN(COLLECT({Notes}, {Phone #}, [Phone #]@row), ", ")
This is returning 9 commas for each cell. I've double checked references and formats.
Thanks in advance!