Calling
I have a scored quiz in which I have two groups of results that need to be weighed against each other. It is fine if there are ties!
I am basically taking categories like the below screenshot, and have multiple choice questions for each bolded category below, in which recipients can select as many adjectives as apply to them (there are 12 categories in total):

For the first group, there 12 variables (ie @innocent_brand; @sage_brand, etc). Each question has scoring applied whereby for every adjective selected under The Innocent, 1 point is added to @innocent_brand.
The second group of questions is the exact same set, just applied to their client. Variables are called @innocent_client, @sage_client, etc. In this group, for every adjective selected under The Innocent, 1 point is added to @innocent_client.
The goal is to show an end screen that gives the user their top 3 categories for @top_brand and @top_client - the variable that has the most adjectives selected in the first Group and the variable that has most adjectives selected in the second group. Where I am struggling is the formula that will give me that result! Ties are ok because I want the top 3 (even 4 is ok).
Suggestions? Thanks!
Best answer by john.desborough
View original