Calculated column to show number of items selected in a multichoice field

StackOverflow https://stackoverflow.com/questions/22151852

  •  19-10-2022
  •  | 
  •  

문제

In SharePoint I have a table with a lookup column that takes in multiple values. I am having a problem finding a code for a calculated column that counts how many values the user chose. For example,

    Favorite Ice Cream
1   Vanilla; Chocolate; Strawberry

2  Cookies and Cream; Mint

3   Coconut; Chocolate; Butter Pecan; Strawberry

And an adjacent column will be...

    Number of total Ice Cream
1    3

2    2

3    4

Thank you in advance!

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top