Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

How to Concatenate cells separated by comma when adjacent cell is checked (or is there an easier way without the checkbox?)

Here is what I’m working with and what it should look like:

Google Sheets image

When a category is checked on the right side of the image, cell B12 should concatenate those cells together and separate each entry with a comma. I think I’m pretty good with formulas but this is a little beyond my skill level and nothing I’m doing is working.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

You may try:

=join(", ",filter({D:D;F:F},{E:E;G:G}))
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading