How do I populate a list of values from one column if a checkbox is selected in another column.

Options

Ideally, I would like to populate all of the values in column 2 into one cell if the checkbox is selected in column 1. I would like each title to be on it's own line in the cell.

For instance, The cell should look like this:

Adjusting to Remote Work Life

Admissions Processing & Review

Advanced Capture (AnyDoc): Administrative Task Cards

Advanced Capture Template Design

Advanced Capture Template Design

Advanced Capture: Configuration Lab - Part 1

Tags:

Best Answer

  • Mark Cronk
    Mark Cronk ✭✭✭✭✭✭
    Answer ✓
    Options

    Hi @Michelle Carleton ,

    Try:

    =JOIN(COLLECT([column2]:[column2], [Column1]:[Column1], 1), CHAR(10))

    Change Column1 and column2 to your actual column names.

    Work?

    Mark


    I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!