Currently my formula is set up to show me text based off what cells are checked. I need to add to this formula so it will show me checked cells AND a text cell, combined. I've tried expanding the range to include Toys and that did not work. Any suggestions?
Current formula for the EquipmentHelper column:
=JOIN(COLLECT($Ultrasound$1:$Acupuncture$1, Ultrasound2:Acupuncture2, @cell = 1), ", ")
I need to incorporate the Toys column with the checkbox columns.
For example, row 4 EquipmentHelper would show "Ultrasound, Laser therapy, Warming Tables"