Hi everyone...need some expert advice here 🙂
I have a scenario, where my SharePoint list has multi-select column.
I want to count all multi-selected values in that list including single selections against a specific item.
below example can explain it,
| Type | Values |
| Item 1 | Sub 1, Sub 2 |
| Item 2 | Sub 1 |
| Item 1 | Sub 3 |
| Item 2 | Sub 2 |
What I want is:
Item 1: Sub Items count: 3
Item 2: Sub Items count: 2
any help would be appreciated.
Thanks