Output combined column name values from checkboxes.

Options
jambla
jambla ✭✭
edited 12/09/19 in Formulas and Functions

Hi,

I have a number of checkboxes, if they are checked I want to output the column value in another cell.

Data Example

I understand we can't reference the column values but I am able to do this:

=IF([Red]1, "Red")

This will return a single value if the checkbox is true.

When I try something like this:

=IF([Red]1, "Red", IF([Green]1, "Green"))

I can only output a single value, in this case Red or Green.

I would like to be able to output like my image above.

Thanks for the help!

Screen Shot 2019-01-30 at 3.57.44 PM.png

Comments

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!