I have a matrix table where each statement is a unique person and I want to know what music services each person uses (Assume there are 5 people). In the embedded data I want to create a flag of each person and if they use multiple services, one service, or none. What would be the cleanest way to do this? I tried to use the scoring tool, but it sums up all of the 5 people into one score. So for an example if Person 1 uses only Spotify it would be flagged as a single service, if person 2 selects spotify, apple music, youtube music then they would be flagged as a multi-service user. If they select “I don’t have my own music service” (Exclusive) They would be None.
