Hi there,
Hope you can help me. In a help-column (Help3) I want the system to return either "Behandling", "Forskning" or "Begge" based on selections in a multi-select dropdown in CHILDREN-rows.
If only the choice "Behandling" is selected in the multi-select dropdown column called "Formål" for any of the CHILDREN rows the system should in the PARENT row return "Behandling".
If only "Forskning" or "Kvalitet" is selected in the multi-select dropdown column called "Formål" for any of the CHILDREN rows the system should in the PARENT row return "Forskning".
If both "Behandling" AND one of either "Forskning" OR "Kvalitet" is selected the system should in the PARENT row return "Begge".
Hope this makes sense?
Sorry I'm new to smartsheet and this is as far as I can get: =IF(HAS(Formål@row; "Behandling"); "Behandling")
Thank you in advance,
Anne