hello all,
I have a formula that brings back a list of names in another sheet if in the current sheet cells with the respective column names are "Yes". Originally, I wanted to bring back column headers and since it is not possible in Smartsheet, I created a helper sheet reflected the names in the order I want and then in the current sheet said if a cell in the current sheet under column header X is yes then bring that value back. now I need to change it to ask it to bring the value if in the cell there is anything but No. any thoughts?
=JOIN(COLLECT({Special Care Items}, camp@row:Fleet@row, @cell = "Yes"), ", ")