I need to create a category list in one column.
Each column / category is listed as True or False ( I have 3 categories)
Some rows could be True for all 3 categories, while some could be only one category or neither. I was wondering if I could create a combination for each. See example below, the column for "new category" is the results I am trying to get.
| RED | Yellow | Green | New category | | | |
| False | False | False | Neither | | | |
| True | False | False | RED | | | |
| True | True | False | REDYELLOW | | | |
| True | True | True | ALL | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |