Share via

Sharepoint List - Multiple Choice List

azerval anao 1 Reputation point
Sep 15, 2022, 6:20 AM

Hi,

New to sharepoint lists here. I was wondering if there is a way to set up fields for multiple choice options. With the choice list format I am restricted to only one choice per cell. I'd like to customize the field so that I can select more than one choice and separate each choice by commas. Please let me what the simplest way of going about this would be. Thanks.

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,231 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Emily Du-MSFT 50,871 Reputation points Microsoft External Staff
    Sep 16, 2022, 7:06 AM

    @azerval anao

    Here're steps:

    1.Create a choice column, enable Allow multiple selections.

    241786-image.png

    2.Click the choice column -> Column settings -> Format this column -> Advanced mode -> Add following codes.

    {  
      "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json"  
    }  
    

    241821-image.png

    241776-image.png

    3.Result.

    241726-image.png


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.