I have a Smartsheet where one sheet contains a list of projects categorized by departments. Each department has multiple projects listed under it. I need to extract and display all projects from a specific department in another sheet, with each project listed in its own cell vertically down the column.
I've tried using functions like JOIN
and COLLECT
in Smartsheet, but these functions seem to aggregate values into a single cell rather than listing each project in separate cells. Could someone please suggest a formula or method to achieve this? Your assistance would be greatly appreciated!