Concatenation highlights of columns
Hello there,I have a table with some columns, for example, "HIGH" and "SMART," and there are three optional values: "0," "1," and "None."I want to create a new column that describes each row.For example, if the first row has a "1" in the "HIGH" and "SMART" columns, the new column should contain "HIGH, SMART." How can I achieve this using column formulas?Thank you.