0
votes

I am trying to make a drop-down list in Google sheets, but the problem is I want multiple select feature in that dropdown. The checkbox feature available in Google sheet is only single select. I've searched a lot but all the available solutions consist creating a extra menu, but I want it to be multiple select checkbox in a dropdown.

1
Take a look at this: multiple select drop downs - Cooper

1 Answers

1
votes

This is not currently possible. You would have to write an add-on/sidebar that would let users select item(s) and then save values to the cell.