No.
You could make a userform with a listbox (that is MultiSelect). Or a RefEdit control to select cells in the sheet.
Or have an event procedure to let the users click or double click cells with their options.
Or have a number of inputboxes where the user types in a number or text or whatever.
...
But all require VBA if you want to streamline this. (Of course it's possible to let the user or you put 1's next to each choice, but that's not really an elegant solution I guess. Will also be hard to process the choices afterwards.)