Summing and sorting answers

Could you help me build a calculation to add up and classify selected questions?
Example:
1st I would like to add up a value assigned to each answer of the questions;
2º After the sum, the result would be classified according to 3 types of parameters.
3º Display the result

hi @barata_clicia1,

Unfortunately your question is not clear enough, can you elaborate more so we can try to help?

2 Likes

I wanna create a group of questions each has:

  1. Seven questions each type are “select one”, each answer has an assigned value;
  2. After each single-selection question has been answered, I would add up the values assigned to each answer.
  3. After adding up, I would show the result of the ranking on the form, which will be:
    a)Basic;
    b)Intermediate;
    c)Advanced; or
    b) Consolidated

Hi, this previous discussion could give you some idea about it, if you are still unable to solve it let us know Getting sum of different variables

1 Like

@barata_clicia1, these posts discussed previously should help you solve your issue:

And this one too …

This one too …

And this too …

This too …

I try all this options but it’s still not what I need to do, check below if you understand the logic:
Survey

Choices
image

When I try to add up the values from the selected options, the calculation doesn’t work.

Can you share your XLS form with us?

1 Like

job_plan.xlsx (11.0 KB)

Your mistake caused by the signs, if you would to say smaller or equal to something you use “<=” but you used “=<” which is wrong so that your formula was not working. Please find the corrected version below
job_plan.xlsx (11.1 KB)

1 Like

THANK YOU SO MUCH!!!

@osmanburcu, :bowing_man: