Hello,
i need to show different messages, based on what answers are chosen.
Every question has 4 answers, every answer has one of this codes:
I need to sum all the answers and group them by the code.
In end message, i am able only to show a total count for single code, for example:
countif( 'PMC', D1, D2, D3, D4, D5, D6, D7, D8, D9, D10, D11, D12 )
I need to show various line of text, based on group with most values.
Thanks...