Copying a value from a multi-dropdown to another sheet
Hello,
I have a sheet where one of the columns is a dropdown with multiple values in each cell; need to know if it's possible to copy a specific value from those in the cell to another smartsheet with a multi-select dropdown. Thanks in advance.
Answers
-
you can try to use an if has value then value statement.
=if(has({cell reference},"Value"),"Value")