Hello,
I am trying to build a formula that assesses several columns and returns results as a list.
Kind | Helpful | Polite | Cheerful | Attentive | Good | Ok | NeedsWork |
|---|
5 | 4 | 3 | 2 | 1 | Kind
Helpful | Polite | Cheerful
Attentive |
=TEXTJOIN(@, ",TRUE,IF(A@>4,"Kind",""),IF(B2>4,"Helpful"…..etc. works in Excel but I haven't been able to convert it to the correct syntax for Smartsheet.
I'd prefer to do it without helper columns as I am evaluating multiple items. Is there something that will work?